By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-03-06T05:22:57.946Z||main|||||INFO|500||The following profiles are active: basic
2022-03-06T05:23:38.795Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-06T05:23:38.802Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-06T05:23:39.432Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-06T05:23:54.987Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-06T05:23:56.431Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-06T05:23:58.034Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-06T05:23:58.090Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-06T05:23:58.550Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-06T05:23:59.544Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-06T05:24:02.491Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-06T05:24:10.054Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-06T05:24:16.193Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-06T05:24:16.327Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-06T05:24:17.686Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-06T05:24:18.138Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-06T05:24:22.387Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-06T05:24:25.678Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-06T05:24:25.752Z||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$$4f705321.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-06T05:24:25.761Z||main|||||WARN|500||The sdc end point is not alive
2022-03-06T05:24:35.979Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-06T05:24:45.898Z||main|||||WARN|500||---
2022-03-06T05:24:45.903Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-06T05:24:45.904Z||main|||||WARN|500||---
2022-03-06T05:24:47.375Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-06T05:25:01.217Z||main|||||INFO|500||Started Application in 134.23 seconds (JVM running for 144.82)
2022-03-06T05:25:01.433Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-06T05:25:01.440Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-06T05:25:01.513Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-06T05:25:01.654Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-06T05:25:02.018Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7c7f0978-542a-45d4-8801-4aebea54803e url= /sdc/v1/artifactTypes
2022-03-06T05:25:02.019Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-06T05:25:02.968Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-06T05:25:03.088Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-06T05:25:03.156Z||scheduling-1|||||DEBUG|500||create keys
2022-03-06T05:25:03.173Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-06T05:25:03.212Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:25:03.250Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a69a3ff0-b797-4fbe-b186-05e297ecae9a url= /sdc/v1/registerForDistribution
2022-03-06T05:25:03.455Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a69a3ff0-b797-4fbe-b186-05e297ecae9a url= /sdc/v1/registerForDistribution
2022-03-06T05:25:03.456Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-06T05:25:03.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:25:03.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:25:03.538Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-06T05:25:03.624Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:25:03.627Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:25:03.632Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:25:03.633Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:25:13.965Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:25:13.970Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:26:03.496Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:26:03.505Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:26:03.507Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:26:03.515Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:26:03.519Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:26:03.520Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:26:13.108Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:26:13.131Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:27:03.480Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:27:03.482Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:27:03.482Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:27:03.485Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:27:03.487Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:27:03.487Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:27:13.047Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:27:13.047Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:28:03.480Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:28:03.483Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:28:03.485Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:28:03.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:28:03.512Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:28:03.513Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:28:13.097Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:28:13.098Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:29:03.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:29:03.487Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:29:03.487Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:29:03.488Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:29:03.489Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:29:03.489Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:29:13.102Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:29:13.113Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:30:03.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:30:03.486Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:30:03.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:30:03.493Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:30:03.494Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:30:03.496Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:30:13.116Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:30:13.142Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:31:03.480Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:31:03.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:31:03.482Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:31:03.485Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:31:03.487Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:31:03.492Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:31:13.057Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:31:13.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:32:03.479Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:32:03.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:32:03.482Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:32:03.488Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:32:03.520Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:32:03.522Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:32:13.054Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:32:13.091Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:33:03.479Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:33:03.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:33:03.482Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:33:03.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:33:03.489Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:33:03.491Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:33:07.040Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-06T05:33:13.044Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:33:13.044Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:34:03.480Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:34:03.485Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:34:03.487Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:34:03.487Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:34:03.490Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:34:03.495Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:34:13.055Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:34:13.095Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:35:03.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:35:03.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:35:03.485Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:35:03.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:35:03.489Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:35:03.489Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:35:13.040Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:35:13.042Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:36:03.480Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:36:03.481Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:36:03.482Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:36:03.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:36:03.487Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:36:03.491Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:36:13.038Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:36:13.111Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:37:03.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:37:03.483Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:37:03.483Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:37:03.485Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:37:03.486Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:37:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:37:13.041Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:37:13.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:38:03.479Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:38:03.480Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:38:03.481Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:38:03.485Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:38:03.486Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:38:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:38:13.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:38:13.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:39:03.480Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:39:03.481Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:39:03.481Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:39:03.485Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:39:03.486Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:39:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:39:13.040Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:39:13.044Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:40:03.480Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:40:03.481Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:40:03.482Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:40:03.485Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:40:03.486Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:40:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:40:13.033Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:40:13.035Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:41:03.485Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:41:03.485Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:41:03.490Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:41:03.490Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:41:03.490Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:41:03.490Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:41:13.058Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:41:13.069Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:42:03.480Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:42:03.485Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:42:03.485Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:42:03.486Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:42:03.487Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:42:03.488Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:42:13.044Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:42:13.059Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:43:03.479Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:43:03.484Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:43:03.484Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:43:03.485Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:43:03.488Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:43:03.492Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:43:13.053Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:43:13.055Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:44:03.479Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:44:03.481Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:44:03.483Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:44:03.486Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:44:03.487Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:44:03.488Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:44:13.053Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:44:13.056Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:45:03.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:45:03.481Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:45:03.482Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:45:03.487Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:45:03.490Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:45:03.491Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:45:13.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:45:13.050Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:46:03.479Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:46:03.480Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:46:03.481Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:46:03.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:46:03.486Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:46:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:46:13.037Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:46:13.039Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:47:03.480Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:47:03.482Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:47:03.482Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:47:03.485Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:47:03.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:47:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:47:13.061Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:47:13.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:48:03.485Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:48:03.486Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:48:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:48:03.483Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:48:03.502Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:48:03.507Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:48:13.052Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:48:13.071Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:49:03.479Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:49:03.481Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:49:03.482Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:49:03.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:49:03.491Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:49:03.491Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:49:13.030Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:49:13.094Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:50:03.480Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:50:03.485Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:50:03.485Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:50:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:50:03.486Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:50:03.488Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:50:13.063Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:50:13.067Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:51:03.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:51:03.480Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:51:03.481Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:51:03.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:51:03.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:51:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:51:13.041Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:51:13.041Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:52:03.480Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:52:03.482Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:52:03.482Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:52:03.485Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:52:03.486Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:52:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:52:13.033Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:52:13.036Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:53:03.480Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:53:03.482Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:53:03.482Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:53:03.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:53:03.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:53:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:53:13.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:53:13.038Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:54:03.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:54:03.483Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:54:03.483Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:54:03.485Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:54:03.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:54:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:54:13.029Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:54:13.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:55:03.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:55:03.483Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:55:03.483Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:55:03.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:55:03.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:55:03.485Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:55:13.032Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:55:13.056Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:56:03.479Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:56:03.480Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:56:03.481Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:56:03.488Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:56:03.491Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:56:03.491Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:56:13.035Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:56:13.059Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:57:03.480Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:57:03.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:57:03.485Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:57:03.486Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:57:03.485Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:57:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:57:13.110Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:57:13.110Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:58:03.479Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:58:03.481Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:58:03.482Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:58:03.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:58:03.489Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:58:03.489Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:58:13.053Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:58:13.054Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:59:03.480Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:59:03.482Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:59:03.483Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:03.492Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T05:59:03.493Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T05:59:03.493Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:03.647Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:59:03.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T05:59:03.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546333410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T05:59:03.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T05:59:03.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T05:59:03.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "clamp",
"timestamp": 1646546333024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T05:59:03.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T05:59:03.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T05:59:03.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "policy-id",
"timestamp": 1646546331853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T05:59:03.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T05:59:03.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T05:59:03.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "aai-ml",
"timestamp": 1646546337246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T05:59:03.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T05:59:03.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T05:59:03.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546333410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json",
"status": "NOTIFIED"
}
2022-03-06T05:59:03.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T05:59:03.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T05:59:03.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "clamp",
"timestamp": 1646546333024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json",
"status": "NOTIFIED"
}
2022-03-06T05:59:03.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T05:59:03.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T05:59:03.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "policy-id",
"timestamp": 1646546331853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-06T05:59:03.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T05:59:03.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T05:59:03.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "aai-ml",
"timestamp": 1646546337246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-06T05:59:03.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T05:59:04.125Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:59:04.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T05:59:04.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"90726c4b-688f-4d0d-ba4f-e14563142c5d","serviceName":"basic_onboard_eqaBju","serviceVersion":"1.0","serviceUUID":"8cc0f56a-3026-4de6-97c4-e93ae9fb8632","serviceDescription":"service","serviceInvariantUUID":"736a39e0-52b2-48e1-ac67-485e58e3018b","resources":[{"resourceInstanceName":"basic_onboard_eqaBju 0","resourceName":"basic_onboard_eqaBju","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dec4717d-23f8-4bbd-82d2-9d255b0b3dbd","resourceInvariantUUID":"843d83bf-11f1-4c9a-96f7-f382c4af34c0","resourceCustomizationUUID":"c98fe209-6a54-4fbf-ae1b-f45a9e5cf0ff","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vf-license-model.xml","artifactChecksum":"ZWRkMTU4NmZhNGI4NzkyODNiZmYzMjUxZDMyZWQwZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c8a2875-3515-4cf3-a490-94b103302a2f","artifactVersion":"1"},{"artifactName":"basic_onboard_eqabju0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json","artifactChecksum":"MDU3MmQ1N2MyZDM0OTIwYWJiNTE5MmE4OWM2YWIyYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"adaacfd1-49b2-4220-bba6-dfa358e5402c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dbbb233e-296d-4eee-9e0f-776dfc612405","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6d9e1ba2-63f4-43b0-bb3f-cf724e99fca9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5845be63-3830-4db0-a08f-5a1c84ad342a","artifactVersion":"2","generatedFromUUID":"dbbb233e-296d-4eee-9e0f-776dfc612405"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardEqabju-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-template.yml","artifactChecksum":"ZDUxYzRjMjA0ZDNkMjM1YWUyNWRlYThhMGVhYzI4NzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8cd95d87-c710-42cd-b0a3-026581b21939","artifactVersion":"1"},{"artifactName":"service-BasicOnboardEqabju-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar","artifactChecksum":"YTNhMGM3ZDE4NTIyZDc0YTk1ZmZiOTVlZTI3ODJlOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ea72b169-6d0b-44d1-8023-d3ef70f859d8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-06T05:59:04.156Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T05:59:04.176Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:04.207Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:04.208Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T05:59:04.307Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-03-06T05:59:04.314Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:04.314Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:04.335Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:59:04.340Z||pool-3-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-06T05:59:05.228Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T05:59:05.229Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:05.235Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:05.237Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json",
"status": "NOTIFIED"
}
2022-03-06T05:59:05.334Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-06T05:59:05.336Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:05.336Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:05.353Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:59:05.356Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-06T05:59:06.237Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T05:59:06.239Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:06.244Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:06.245Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-06T05:59:06.344Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T05:59:06.346Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:06.346Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:06.369Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:59:06.370Z||pool-5-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-06T05:59:07.252Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T05:59:07.253Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:07.264Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:07.265Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T05:59:07.357Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-03-06T05:59:07.362Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:07.363Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:07.397Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:59:07.398Z||pool-6-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-03-06T05:59:08.266Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T05:59:08.281Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:08.312Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:08.313Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-06T05:59:08.416Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-06T05:59:08.417Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:08.418Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:08.445Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:59:08.446Z||pool-7-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-06T05:59:09.313Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T05:59:09.314Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:09.321Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:09.322Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T05:59:09.422Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T05:59:09.424Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:09.424Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:09.439Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:59:09.440Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-06T05:59:10.322Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T05:59:10.323Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:10.327Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:10.327Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T05:59:10.428Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-06T05:59:10.429Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:10.430Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:10.448Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:59:10.449Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-06T05:59:11.343Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"serviceName": "basic_onboard_eqaBju",
"serviceVersion": "1.0",
"serviceUUID": "8cc0f56a-3026-4de6-97c4-e93ae9fb8632",
"serviceDescription": "service",
"serviceInvariantUUID": "736a39e0-52b2-48e1-ac67-485e58e3018b",
"resources": [
{
"resourceInstanceName": "basic_onboard_eqaBju 0",
"resourceCustomizationUUID": "c98fe209-6a54-4fbf-ae1b-f45a9e5cf0ff",
"resourceName": "basic_onboard_eqaBju",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dec4717d-23f8-4bbd-82d2-9d255b0b3dbd",
"resourceInvariantUUID": "843d83bf-11f1-4c9a-96f7-f382c4af34c0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_eqabju0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json",
"artifactChecksum": "MDU3MmQ1N2MyZDM0OTIwYWJiNTE5MmE4OWM2YWIyYjQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "adaacfd1-49b2-4220-bba6-dfa358e5402c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "dbbb233e-296d-4eee-9e0f-776dfc612405",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5845be63-3830-4db0-a08f-5a1c84ad342a",
"generatedFromUUID": "dbbb233e-296d-4eee-9e0f-776dfc612405"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5845be63-3830-4db0-a08f-5a1c84ad342a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardEqabju-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
"artifactChecksum": "YTNhMGM3ZDE4NTIyZDc0YTk1ZmZiOTVlZTI3ODJlOTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ea72b169-6d0b-44d1-8023-d3ef70f859d8"
}
],
"workloadContext": "Production"
}
2022-03-06T05:59:11.350Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-06T05:59:11.351Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8cc0f56a-3026-4de6-97c4-e93ae9fb8632 ASDC
2022-03-06T05:59:11.850Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:90726c4b-688f-4d0d-ba4f-e14563142c5d
ServiceName:basic_onboard_eqaBju
ServiceVersion:1.0
ServiceUUID:8cc0f56a-3026-4de6-97c4-e93ae9fb8632
ServiceInvariantUUID:736a39e0-52b2-48e1-ac67-485e58e3018b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardEqabju-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar
ArtifactUUID:ea72b169-6d0b-44d1-8023-d3ef70f859d8
ArtifactChecksum:YTNhMGM3ZDE4NTIyZDc0YTk1ZmZiOTVlZTI3ODJlOTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_eqaBju 0
ResourceCustomizationUUID:c98fe209-6a54-4fbf-ae1b-f45a9e5cf0ff
ResourceInvariantUUID:843d83bf-11f1-4c9a-96f7-f382c4af34c0
ResourceName:basic_onboard_eqaBju
ResourceType:VF
ResourceUUID:dec4717d-23f8-4bbd-82d2-9d255b0b3dbd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_eqabju0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json
ArtifactUUID:adaacfd1-49b2-4220-bba6-dfa358e5402c
ArtifactChecksum:MDU3MmQ1N2MyZDM0OTIwYWJiNTE5MmE4OWM2YWIyYjQ=
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/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml
ArtifactUUID:dbbb233e-296d-4eee-9e0f-776dfc612405
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/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env
ArtifactUUID:5845be63-3830-4db0-a08f-5a1c84ad342a
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/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env
ArtifactUUID:5845be63-3830-4db0-a08f-5a1c84ad342a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-06T05:59:11.869Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8cc0f56a-3026-4de6-97c4-e93ae9fb8632 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T05:59:12.713Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-06T05:59:12.726Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-06T05:59:12.735Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-06T05:59:12.736Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ea72b169-6d0b-44d1-8023-d3ef70f859d8 from URL: /sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:12.737Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-06T05:59:12.741Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:13.246Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-06T05:59:13.324Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar ea72b169-6d0b-44d1-8023-d3ef70f859d8 71577
2022-03-06T05:59:13.329Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar ASDC sendASDCNotification
2022-03-06T05:59:13.329Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:13.331Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T05:59:13.334Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:13.339Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:13.340Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546353325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T05:59:13.439Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T05:59:13.441Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:13.441Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:13.499Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:59:13.500Z||pool-10-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-03-06T05:59:14.344Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-06T05:59:14.346Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-06T05:59:14.346Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ea72b169-6d0b-44d1-8023-d3ef70f859d8, URL: /sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar to file: /app/ASDC/1/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:14.357Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:14.834Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:14.835Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:16.457Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5400864469926171353/Definitions/service-BasicOnboardEqabju-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-06T05:59:21.692Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-06T05:59:21.708Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-06T05:59:21.708Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:21.709Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-06T05:59:21.709Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||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-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:21.709Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:21.709Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:21.710Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:21.710Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:21.710Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:21.711Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:21.711Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_eqaBju 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-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:21.711Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardEqabju-csar.csar
2022-03-06T05:59:21.711Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-06T05:59:21.726Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T05:59:21.729Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_eqaBju is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T05:59:21.739Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_eqaBju 0 is matching search criteria
2022-03-06T05:59:21.740Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-06T05:59:21.744Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_eqaBju 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-06T05:59:21.749Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T05:59:21.750Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_eqaBju is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T05:59:21.750Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_eqaBju 0 is matching search criteria
2022-03-06T05:59:21.750Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-06T05:59:21.751Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_eqaBju 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-06T05:59:21.751Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T05:59:21.752Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_eqaBju is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T05:59:21.758Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T05:59:21.759Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_eqaBju 0 is not matching search criteria
2022-03-06T05:59:21.759Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-06T05:59:21.762Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-06T05:59:21.763Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-06T05:59:21.763Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-06T05:59:21.763Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-06T05:59:21.764Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T05:59:21.764Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_eqaBju is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-06T05:59:21.768Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T05:59:21.769Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_eqaBju 0 is matching search criteria
2022-03-06T05:59:21.769Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_eqaBju 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T05:59:21.770Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T05:59:21.770Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_eqaBju 0 is matching search criteria
2022-03-06T05:59:21.770Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_eqaBju 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T05:59:21.771Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T05:59:21.771Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_eqaBju 0 is matching search criteria
2022-03-06T05:59:21.771Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_eqaBju 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T05:59:21.771Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T05:59:21.773Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_eqaBju 0 is not matching search criteria
2022-03-06T05:59:21.773Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-06T05:59:21.773Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-06T05:59:21.774Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=56a53676-4e08-40ea-97e6-d500709237fe
2022-03-06T05:59:21.774Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T05:59:21.774Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_eqaBju is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T05:59:21.775Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T05:59:21.775Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_eqaBju is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T05:59:21.775Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T05:59:21.775Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_eqaBju is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T05:59:21.775Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T05:59:21.776Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_eqaBju is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T05:59:21.776Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_eqaBju
Description:service
Model UUID:8cc0f56a-3026-4de6-97c4-e93ae9fb8632
Model Version:NULL
Model InvariantUuid:736a39e0-52b2-48e1-ac67-485e58e3018b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_eqaBju
Model UUID:b2779547-cea6-43ad-9f23-970673cfbaa7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:843d83bf-11f1-4c9a-96f7-f382c4af34c0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c98fe209-6a54-4fbf-ae1b-f45a9e5cf0ff
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:895563cf-9936-435f-94cc-4132998aac4a
ModelName:BasicOnboardEqabju..base_ubuntu18..module-0
ModelUuid:80bad5ca-932c-4f16-bdc8-131adceba5a1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:56a53676-4e08-40ea-97e6-d500709237fe
ModelInvariantUuid:e5bfe8d0-eccf-4d8d-aee2-81e2d33fd54a
ModelName:basic_onboard_eqaBju-nodes.ubuntu18Cvfc
ModelUuid:8f1fabd3-9581-4f12-b9a5-07b3a4eacea9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:8d86396c-dbce-40b5-98dc-0a787fd71c1e
ModelInvariantUuid:e589be4e-5734-4d62-b4c5-20eeb65d6876
ModelName:BasicOnboardEqabju.compute.nodes.heat.ubuntu18
ModelUuid:d5435066-aa20-40ce-83f7-6f1a24c7667a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-06T05:59:21.829Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@11f3ef06 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1882) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
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$$b1741326.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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)
... 75 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)
... 76 common frames omitted
2022-03-06T05:59:21.858Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-06T05:59:21.859Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||ERROR|500||(conn=1882) WSREP has not yet prepared node for application use
2022-03-06T05:59:21.871Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
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$$b1741326.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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=1882) 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)
... 70 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)
... 75 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)
... 76 common frames omitted
2022-03-06T05:59:21.887Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
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$$b1741326.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
... 49 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1882) 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)
... 70 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)
... 75 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)
... 76 common frames omitted
2022-03-06T05:59:21.949Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
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$$b1741326.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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)
... 30 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$Proxy141.rollback(Unknown Source)
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
... 33 common frames omitted
2022-03-06T05:59:21.959Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 90726c4b-688f-4d0d-ba4f-e14563142c5d and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-06T05:59:22.320Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 90726c4b-688f-4d0d-ba4f-e14563142c5d and serviceModelVersionId: 8cc0f56a-3026-4de6-97c4-e93ae9fb8632
2022-03-06T05:59:22.321Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 736a39e0-52b2-48e1-ac67-485e58e3018b
2022-03-06T05:59:53.093Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/736a39e0-52b2-48e1-ac67-485e58e3018b/model-vers/model-ver/8cc0f56a-3026-4de6-97c4-e93ae9fb8632?depth=0
2022-03-06T05:59:53.313Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-06T05:59:54.279Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/736a39e0-52b2-48e1-ac67-485e58e3018b/model-vers/model-ver/8cc0f56a-3026-4de6-97c4-e93ae9fb8632?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-06T05:59:54.304Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/736a39e0-52b2-48e1-ac67-485e58e3018b/model-vers/model-ver/8cc0f56a-3026-4de6-97c4-e93ae9fb8632?depth=0|INFO|500||Invoke
2022-03-06T05:59:54.613Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/736a39e0-52b2-48e1-ac67-485e58e3018b/model-vers/model-ver/8cc0f56a-3026-4de6-97c4-e93ae9fb8632?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-03-06T05:59:55.038Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/736a39e0-52b2-48e1-ac67-485e58e3018b/model-vers/model-ver/8cc0f56a-3026-4de6-97c4-e93ae9fb8632?depth=0|INFO|500||InvokeReturn
2022-03-06T05:59:55.040Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/736a39e0-52b2-48e1-ac67-485e58e3018b/model-vers/model-ver/8cc0f56a-3026-4de6-97c4-e93ae9fb8632?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220306-05:59:54:609-17290], vertex-id=[196680], Content-Length=[0], Date=[Sun, 06 Mar 2022 05:59:54 GMT], Content-Type=[application/json]}
2022-03-06T05:59:55.041Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-03-06T05:59:55.047Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-06T05:59:55.048Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR
2022-03-06T05:59:55.049Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 90726c4b-688f-4d0d-ba4f-e14563142c5d 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-03-06T05:59:55.050Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-06T05:59:55.051Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:55.055Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:55.055Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546395049,
"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-03-06T05:59:55.155Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T05:59:55.158Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:55.159Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:55.179Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:59:55.180Z||pool-11-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-06T05:59:56.087Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T05:59:56.091Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"2ab67754-c8ab-4834-ba4b-df2968299147","serviceName":"vFW 2022-03-06 05-55-43","serviceVersion":"1.0","serviceUUID":"5182fad6-631a-4462-8dd5-91ea24acfa14","serviceDescription":"catalog service description","serviceInvariantUUID":"242af85a-e3a1-455c-a1d3-c66e6a82f7f3","resources":[{"resourceInstanceName":"vFW 2abd18c5-2b7a 0","resourceName":"vFW 2abd18c5-2b7a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"17cfc577-07c1-4efe-9d6a-ea03cee6914b","resourceInvariantUUID":"0ade56f5-a86c-41af-b255-4276124530f4","resourceCustomizationUUID":"d69470a3-4fe6-48e7-93e3-e7905937930e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vf-license-model.xml","artifactChecksum":"MWRkMzk5OWEyODk0YjdhNzU3ZDVmZTA4ZGZhMWM3NTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"be41724b-98ed-4cbc-97b0-829ac7f23063","artifactVersion":"1"},{"artifactName":"vfw2abd18c52b7a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json","artifactChecksum":"M2Q4NDM4ODE4OTI4MDMzMzkwYThkZTczNTZkZGI2NmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ad6f0627-8322-48f8-b10b-bf939b6ba774","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"029988d4-c314-4a8e-88ca-6ea2c6a1555d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vendor-license-model.xml","artifactChecksum":"YTk4ODFjZTU4ZGEyMzczOWZhOWYzODYwNTBlY2FlOTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cb05127f-7727-4a87-990d-7d0239b97ddb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f9abbb09-a75a-487f-8be0-c4a06fc6152e","artifactVersion":"2","generatedFromUUID":"029988d4-c314-4a8e-88ca-6ea2c6a1555d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220306055543-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-template.yml","artifactChecksum":"YTFkMWNhNzFlOTliMGFkMDVjOWJkZmVkMmRkOGU1ZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8a91cd60-6e6b-4dfa-a627-b17aceafb08f","artifactVersion":"1"},{"artifactName":"service-Vfw20220306055543-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar","artifactChecksum":"NDA3NTEwOTFlNGM4ZjI3ZTkzM2I4MzNmMDMxNjU1MjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d54b2c0d-a588-4168-9445-b659f7faaf8c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-06T05:59:56.093Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T05:59:56.093Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:56.096Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:56.097Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T05:59:56.197Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T05:59:56.198Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:56.199Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:56.215Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:59:56.216Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-06T05:59:57.102Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T05:59:57.103Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:57.107Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:57.107Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
"status": "NOTIFIED"
}
2022-03-06T05:59:57.207Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T05:59:57.208Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:57.209Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:57.222Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:59:57.223Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-06T05:59:58.109Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T05:59:58.110Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:58.114Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:58.114Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-06T05:59:58.214Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T05:59:58.215Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:58.215Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:58.231Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:59:58.232Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-06T05:59:59.116Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T05:59:59.117Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T05:59:59.119Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T05:59:59.122Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T05:59:59.220Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-06T05:59:59.221Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T05:59:59.222Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T05:59:59.239Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T05:59:59.240Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:00:00.124Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:00:00.125Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:00:00.129Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:00:00.129Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-06T06:00:00.229Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:00:00.230Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:00:00.230Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:00:00.246Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:00:00.247Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:00:01.130Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:00:01.132Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:00:01.138Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:00:01.139Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:00:01.238Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T06:00:01.239Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:00:01.240Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:00:01.285Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:00:01.286Z||pool-17-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:00:02.140Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:00:02.141Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:00:02.145Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:00:02.145Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:00:02.248Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-06T06:00:02.251Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:00:02.251Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:00:02.263Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:00:02.264Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:00:03.147Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"serviceName": "vFW 2022-03-06 05-55-43",
"serviceVersion": "1.0",
"serviceUUID": "5182fad6-631a-4462-8dd5-91ea24acfa14",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "242af85a-e3a1-455c-a1d3-c66e6a82f7f3",
"resources": [
{
"resourceInstanceName": "vFW 2abd18c5-2b7a 0",
"resourceCustomizationUUID": "d69470a3-4fe6-48e7-93e3-e7905937930e",
"resourceName": "vFW 2abd18c5-2b7a",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "17cfc577-07c1-4efe-9d6a-ea03cee6914b",
"resourceInvariantUUID": "0ade56f5-a86c-41af-b255-4276124530f4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw2abd18c52b7a0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
"artifactChecksum": "M2Q4NDM4ODE4OTI4MDMzMzkwYThkZTczNTZkZGI2NmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ad6f0627-8322-48f8-b10b-bf939b6ba774",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "029988d4-c314-4a8e-88ca-6ea2c6a1555d",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f9abbb09-a75a-487f-8be0-c4a06fc6152e",
"generatedFromUUID": "029988d4-c314-4a8e-88ca-6ea2c6a1555d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f9abbb09-a75a-487f-8be0-c4a06fc6152e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220306055543-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
"artifactChecksum": "NDA3NTEwOTFlNGM4ZjI3ZTkzM2I4MzNmMDMxNjU1MjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d54b2c0d-a588-4168-9445-b659f7faaf8c"
}
],
"workloadContext": "Production"
}
2022-03-06T06:00:03.148Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-06T06:00:03.148Z|90726c4b-688f-4d0d-ba4f-e14563142c5d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5182fad6-631a-4462-8dd5-91ea24acfa14 ASDC
2022-03-06T06:00:03.149Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:2ab67754-c8ab-4834-ba4b-df2968299147
ServiceName:vFW 2022-03-06 05-55-43
ServiceVersion:1.0
ServiceUUID:5182fad6-631a-4462-8dd5-91ea24acfa14
ServiceInvariantUUID:242af85a-e3a1-455c-a1d3-c66e6a82f7f3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220306055543-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar
ArtifactUUID:d54b2c0d-a588-4168-9445-b659f7faaf8c
ArtifactChecksum:NDA3NTEwOTFlNGM4ZjI3ZTkzM2I4MzNmMDMxNjU1MjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2abd18c5-2b7a 0
ResourceCustomizationUUID:d69470a3-4fe6-48e7-93e3-e7905937930e
ResourceInvariantUUID:0ade56f5-a86c-41af-b255-4276124530f4
ResourceName:vFW 2abd18c5-2b7a
ResourceType:VF
ResourceUUID:17cfc577-07c1-4efe-9d6a-ea03cee6914b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2abd18c52b7a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json
ArtifactUUID:ad6f0627-8322-48f8-b10b-bf939b6ba774
ArtifactChecksum:M2Q4NDM4ODE4OTI4MDMzMzkwYThkZTczNTZkZGI2NmI=
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/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml
ArtifactUUID:029988d4-c314-4a8e-88ca-6ea2c6a1555d
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/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env
ArtifactUUID:f9abbb09-a75a-487f-8be0-c4a06fc6152e
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/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env
ArtifactUUID:f9abbb09-a75a-487f-8be0-c4a06fc6152e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-06T06:00:03.149Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5182fad6-631a-4462-8dd5-91ea24acfa14 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:00:03.199Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-06T06:00:03.202Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-06T06:00:03.202Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-06T06:00:03.202Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d54b2c0d-a588-4168-9445-b659f7faaf8c from URL: /sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:03.203Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-06T06:00:03.203Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:03.485Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:00:03.486Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:00:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:00:03.495Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-06T06:00:03.514Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar d54b2c0d-a588-4168-9445-b659f7faaf8c 98969
2022-03-06T06:00:03.516Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar ASDC sendASDCNotification
2022-03-06T06:00:03.516Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:03.516Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:00:03.517Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:00:03.515Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:00:03.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:00:03.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546333410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-06T06:00:03.520Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:00:03.521Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:00:03.521Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546403515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:00:03.621Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:00:03.622Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:00:03.623Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:00:03.644Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:00:03.645Z||pool-19-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-03-06T06:00:04.523Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-06T06:00:04.532Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-06T06:00:04.533Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d54b2c0d-a588-4168-9445-b659f7faaf8c, URL: /sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar to file: /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:04.533Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220306055543-csar.csar
2022-03-06T06:00:04.534Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:04.534Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:05.033Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12933911863275359737/Definitions/service-Vfw20220306055543-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-03-06T06:00:09.383Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-06T06:00:09.385Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-06T06:00:09.385Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.386Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-06T06:00:09.387Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.387Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.387Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.388Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.389Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.389Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.390Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.390Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.391Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2abd18c5-2b7a 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-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.391Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.392Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.392Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.393Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:09.393Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-06T06:00:09.394Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:09.394Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:09.394Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is matching search criteria
2022-03-06T06:00:09.395Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-06T06:00:09.395Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2abd18c5-2b7a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-06T06:00:09.396Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:09.396Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:09.396Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is matching search criteria
2022-03-06T06:00:09.397Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-06T06:00:09.397Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2abd18c5-2b7a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-06T06:00:09.400Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:09.400Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:09.401Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:09.401Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is not matching search criteria
2022-03-06T06:00:09.402Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:00:09.402Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:00:09.402Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:00:09.403Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:09.403Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:00:09.403Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:00:09.404Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:00:09.404Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:00:09.405Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:00:09.405Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:00:09.406Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:09.407Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:00:09.407Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:09.408Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:00:09.408Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:00:09.409Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-06T06:00:09.409Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:09.410Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-06T06:00:09.411Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:09.411Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is matching search criteria
2022-03-06T06:00:09.412Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2abd18c5-2b7a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:00:09.413Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:09.414Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is matching search criteria
2022-03-06T06:00:09.414Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2abd18c5-2b7a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:00:09.414Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:09.415Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is matching search criteria
2022-03-06T06:00:09.415Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2abd18c5-2b7a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:00:09.415Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:09.416Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is not matching search criteria
2022-03-06T06:00:09.416Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:00:09.417Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-06T06:00:09.417Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:00:09.417Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:00:09.418Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:00:09.418Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:00:09.418Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:09.419Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:00:09.419Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:09.419Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:00:09.420Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:00:09.420Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ba3951c9-572f-4688-aa66-e61e4f0d4328
2022-03-06T06:00:09.421Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:09.421Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is not matching search criteria
2022-03-06T06:00:09.422Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:00:09.422Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:00:09.422Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:00:09.423Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:09.423Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:00:09.424Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:00:09.424Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:00:09.424Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-06T06:00:09.425Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:00:09.426Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:09.426Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:00:09.427Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:00:09.427Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cb0bbacc-3e0d-4082-a448-df3ffea86635
2022-03-06T06:00:09.428Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:09.428Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is not matching search criteria
2022-03-06T06:00:09.428Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:00:09.429Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:00:09.429Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:00:09.430Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:09.430Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:00:09.430Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:00:09.431Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:00:09.431Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:00:09.432Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:00:09.432Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:00:09.432Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:09.433Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-06T06:00:09.433Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bb3a7a71-2a3e-414f-8b44-cd9c3d41f093
2022-03-06T06:00:09.434Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:09.434Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:09.435Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:09.435Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:09.436Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:09.436Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:09.437Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:09.437Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:09.437Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-06 05-55-43
Description:catalog service description
Model UUID:5182fad6-631a-4462-8dd5-91ea24acfa14
Model Version:NULL
Model InvariantUuid:242af85a-e3a1-455c-a1d3-c66e6a82f7f3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 2abd18c5-2b7a
Model UUID:5720702c-2588-4db7-9f44-1368383709d0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0ade56f5-a86c-41af-b255-4276124530f4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d69470a3-4fe6-48e7-93e3-e7905937930e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3a0da305-0562-4bf5-8453-87aab872a131
ModelName:Vfw2abd18c52b7a..base_vfw..module-0
ModelUuid:3daad259-159c-47c2-a327-addb9384e639
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ba3951c9-572f-4688-aa66-e61e4f0d4328
ModelInvariantUuid:343be409-3680-46fa-9f55-8bc7ca1e3d82
ModelName:vFW 2abd18c5-2b7a-nodes.vfwCvfc
ModelUuid:a1e6cea5-afaa-495d-ac96-5bd99c4713f1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3ab21dd3-2b65-443f-b3ae-c94b3beb2e46
ModelInvariantUuid:60872963-86d6-4f00-b20b-060b7b63fa6a
ModelName:Vfw2abd18c52b7a.compute.nodes.heat.vfw
ModelUuid:a0009e26-c2fd-4cd2-a4d4-20428ac05aa7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:cb0bbacc-3e0d-4082-a448-df3ffea86635
ModelInvariantUuid:c9254639-acfe-4355-b74c-1ea2504c7a6f
ModelName:vFW 2abd18c5-2b7a-nodes.vsnCvfc
ModelUuid:b8e6d19c-7582-4d4c-9f72-5fcbe27518ae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:07ee3a23-110d-4bfb-a4de-b274f63d7ce8
ModelInvariantUuid:66a3258f-f9a6-407e-b6f4-6876732db0cc
ModelName:Vfw2abd18c52b7a.compute.nodes.heat.vsn
ModelUuid:15b9f9b9-ab20-4e65-8350-d9c010b1e4c6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bb3a7a71-2a3e-414f-8b44-cd9c3d41f093
ModelInvariantUuid:e40a0e8e-316d-4c9b-bf27-0af392d18167
ModelName:vFW 2abd18c5-2b7a-nodes.vpgCvfc
ModelUuid:b53365fb-bbcf-4310-8351-aeba76b4f5af
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:301d1299-0ed6-4048-86a2-d1421dc11737
ModelInvariantUuid:102adaf1-e76a-4357-9da4-776280d4282c
ModelName:Vfw2abd18c52b7a.compute.nodes.heat.vpg
ModelUuid:7ff00063-d16e-4b6d-bb13-a466ba76dec8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-06T06:00:09.502Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 17cfc577-07c1-4efe-9d6a-ea03cee6914b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:00:09.541Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||vFW 2abd18c5-2b7a 0
2022-03-06T06:00:09.553Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 17cfc577-07c1-4efe-9d6a-ea03cee6914b
2022-03-06T06:00:09.554Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ad6f0627-8322-48f8-b10b-bf939b6ba774 from URL: /sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json
2022-03-06T06:00:09.554Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-06T06:00:09.554Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json
2022-03-06T06:00:09.616Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-06T06:00:09.617Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json ad6f0627-8322-48f8-b10b-bf939b6ba774 785
2022-03-06T06:00:09.618Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json ASDC sendASDCNotification
2022-03-06T06:00:09.618Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json
2022-03-06T06:00:09.618Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:00:09.619Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:00:09.625Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:00:09.625Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546409618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:00:09.729Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-06T06:00:09.731Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:00:09.731Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:00:09.758Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:00:09.760Z||pool-20-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-03-06T06:00:10.645Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2abd18c52b7a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3a0da305-0562-4bf5-8453-87aab872a131",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3daad259-159c-47c2-a327-addb9384e639",
"vfModuleModelCustomizationUUID": "4f8ed38a-16be-46b7-8a4b-a05d1dd8a0ec",
"isBase": true,
"artifacts": [
"029988d4-c314-4a8e-88ca-6ea2c6a1555d",
"f9abbb09-a75a-487f-8be0-c4a06fc6152e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-06T06:00:10.708Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2abd18c52b7a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3daad259-159c-47c2-a327-addb9384e639
VfModuleModelInvariantUUID:3a0da305-0562-4bf5-8453-87aab872a131
VfModuleModelDescription:NULL
Artifacts UUID List:{
029988d4-c314-4a8e-88ca-6ea2c6a1555d
,
f9abbb09-a75a-487f-8be0-c4a06fc6152e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-06T06:00:10.719Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2abd18c52b7a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3a0da305-0562-4bf5-8453-87aab872a131",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3daad259-159c-47c2-a327-addb9384e639",
"vfModuleModelCustomizationUUID": "4f8ed38a-16be-46b7-8a4b-a05d1dd8a0ec",
"isBase": true,
"artifacts": [
"029988d4-c314-4a8e-88ca-6ea2c6a1555d",
"f9abbb09-a75a-487f-8be0-c4a06fc6152e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-06T06:00:10.720Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2abd18c52b7a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3daad259-159c-47c2-a327-addb9384e639
VfModuleModelInvariantUUID:3a0da305-0562-4bf5-8453-87aab872a131
VfModuleModelDescription:NULL
Artifacts UUID List:{
029988d4-c314-4a8e-88ca-6ea2c6a1555d
,
f9abbb09-a75a-487f-8be0-c4a06fc6152e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-06T06:00:10.720Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 029988d4-c314-4a8e-88ca-6ea2c6a1555d from URL: /sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml
2022-03-06T06:00:10.721Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-06T06:00:10.721Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml
2022-03-06T06:00:10.789Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-06T06:00:10.791Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml 029988d4-c314-4a8e-88ca-6ea2c6a1555d 20368
2022-03-06T06:00:10.791Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-06T06:00:10.792Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml
2022-03-06T06:00:10.792Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:00:10.793Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:00:10.797Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:00:10.797Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546410791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:00:10.897Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:00:10.898Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:00:10.899Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:00:10.921Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:00:10.922Z||pool-21-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:00:11.798Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f9abbb09-a75a-487f-8be0-c4a06fc6152e from URL: /sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env
2022-03-06T06:00:11.798Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-06T06:00:11.800Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env
2022-03-06T06:00:12.021Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-06T06:00:12.022Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env f9abbb09-a75a-487f-8be0-c4a06fc6152e 2098
2022-03-06T06:00:12.023Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-06T06:00:12.023Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env
2022-03-06T06:00:12.023Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:00:12.024Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:00:12.027Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:00:12.027Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546412023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:00:12.127Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T06:00:12.129Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:00:12.129Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:00:12.147Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:00:12.151Z||pool-22-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:00:13.029Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 5182fad6-631a-4462-8dd5-91ea24acfa14
2022-03-06T06:00:13.030Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2abd18c5-2b7a 0 17cfc577-07c1-4efe-9d6a-ea03cee6914b ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:00:13.127Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24060ffa, org.onap.sdc.toscaparser.api.parameters.Input@453a6e20, org.onap.sdc.toscaparser.api.parameters.Input@5db77d17, org.onap.sdc.toscaparser.api.parameters.Input@4b8b0d20, org.onap.sdc.toscaparser.api.parameters.Input@5fe6a274]
2022-03-06T06:00:13.142Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:13.143Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:13.144Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-03-06T06:00:13.145Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= d69470a3-4fe6-48e7-93e3-e7905937930e
2022-03-06T06:00:13.145Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d69470a3-4fe6-48e7-93e3-e7905937930e matches Tosca VF Customization UUID: d69470a3-4fe6-48e7-93e3-e7905937930e
2022-03-06T06:00:13.146Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: d69470a3-4fe6-48e7-93e3-e7905937930e matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-06T06:00:13.174Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:13.175Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:13.185Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id d69470a3-4fe6-48e7-93e3-e7905937930e: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-06T06:00:13.186Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ca34da5
2022-03-06T06:00:13.186Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:13.187Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-06T06:00:13.189Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4f8ed38a-16be-46b7-8a4b-a05d1dd8a0ec
2022-03-06T06:00:13.191Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4f8ed38a-16be-46b7-8a4b-a05d1dd8a0ec
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-06T06:00:13.203Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:13.204Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is matching search criteria
2022-03-06T06:00:13.205Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2abd18c5-2b7a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:00:13.206Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:13.207Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is matching search criteria
2022-03-06T06:00:13.207Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2abd18c5-2b7a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:00:13.207Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:13.208Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is not matching search criteria
2022-03-06T06:00:13.208Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:00:13.209Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-06T06:00:13.210Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:00:13.211Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:00:13.211Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:00:13.212Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:00:13.213Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:13.213Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:00:13.213Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:13.214Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:00:13.214Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:00:13.215Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ba3951c9-572f-4688-aa66-e61e4f0d4328
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-06T06:00:13.224Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:13.227Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is matching search criteria
2022-03-06T06:00:13.227Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2abd18c5-2b7a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:00:13.228Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:13.229Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is not matching search criteria
2022-03-06T06:00:13.229Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:00:13.230Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:00:13.230Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:00:13.230Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:13.231Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:00:13.231Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:00:13.232Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:00:13.232Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-06T06:00:13.233Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:00:13.233Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:13.234Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:00:13.234Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:00:13.234Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cb0bbacc-3e0d-4082-a448-df3ffea86635
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-06T06:00:13.238Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:13.239Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is matching search criteria
2022-03-06T06:00:13.239Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2abd18c5-2b7a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:00:13.244Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:13.245Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is not matching search criteria
2022-03-06T06:00:13.246Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:00:13.246Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:00:13.247Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:00:13.247Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:13.248Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:00:13.248Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:00:13.249Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:00:13.249Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:00:13.250Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:00:13.250Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:00:13.251Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:00:13.251Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-06T06:00:13.252Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bb3a7a71-2a3e-414f-8b44-cd9c3d41f093
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-06T06:00:13.256Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:13.257Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is matching search criteria
2022-03-06T06:00:13.258Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2abd18c5-2b7a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:00:13.259Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:13.259Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Node template vFW 2abd18c5-2b7a 0 is matching search criteria
2022-03-06T06:00:13.260Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2abd18c5-2b7a 0] matching following query criteria: sdcType=VF, customizationUUID=d69470a3-4fe6-48e7-93e3-e7905937930e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:00:13.273Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:13.274Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:13.276Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 5182fad6-631a-4462-8dd5-91ea24acfa14: vFW 2abd18c5-2b7a
2022-03-06T06:00:13.277Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:13.277Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:13.278Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:13.278Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:13.279Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:13.279Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:13.279Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:13.280Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:13.281Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:00:13.281Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-06 05-55-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:00:13.282Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-03-06 05-55-43
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:00:14.048Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2abd18c5-2b7a 17cfc577-07c1-4efe-9d6a-ea03cee6914b 1 ASDC deployResourceStructure
2022-03-06T06:00:14.048Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json ASDC sendASDCNotification
2022-03-06T06:00:14.049Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json
2022-03-06T06:00:14.049Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-06T06:00:14.049Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:00:14.053Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:00:14.054Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546414048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-06T06:00:14.160Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-03-06T06:00:14.161Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:00:14.161Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:00:14.174Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:00:14.175Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:00:15.055Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-06T06:00:15.055Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml
2022-03-06T06:00:15.056Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-06T06:00:15.056Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:00:15.061Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:00:15.062Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546415055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-06T06:00:15.160Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-06T06:00:15.161Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:00:15.162Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:00:15.192Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:00:15.193Z||pool-24-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-03-06T06:00:16.064Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-06T06:00:16.064Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env
2022-03-06T06:00:16.064Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-06T06:00:16.065Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:00:16.067Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:00:16.068Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546416064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-06T06:00:16.169Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:00:16.170Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:00:16.170Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:00:16.192Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:00:16.193Z||pool-25-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:00:17.070Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar ASDC sendASDCNotification
2022-03-06T06:00:17.071Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar
2022-03-06T06:00:17.071Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-06T06:00:17.072Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:00:17.075Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:00:17.076Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546417070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-06T06:00:17.175Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T06:00:17.177Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:00:17.177Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:00:17.191Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:00:17.192Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:00:18.077Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:00:18.115Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:00:18.124Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:00:18.124Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:00:18.124Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:00:48.125Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:00:48.153Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:00:48.158Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:00:48.158Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:00:48.159Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:01:03.485Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:01:03.486Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:01:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:01:03.530Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:01:03.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:01:03.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "clamp",
"timestamp": 1646546333024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:01:03.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:01:18.159Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:01:18.201Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:01:18.210Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:01:18.211Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:01:18.211Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:01:48.212Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:01:48.237Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:01:48.245Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:01:48.245Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:01:48.245Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:02:03.485Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:02:03.487Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:02:03.488Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:02:03.524Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:02:03.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "policy-id",
"timestamp": 1646546331853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-06T06:02:03.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "aai-ml",
"timestamp": 1646546337246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546333410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.559Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "clamp",
"timestamp": 1646546333024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "policy-id",
"timestamp": 1646546331853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "aai-ml",
"timestamp": 1646546337246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json",
"status": "NOTIFIED"
}
2022-03-06T06:02:03.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546333410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-06T06:02:03.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "clamp",
"timestamp": 1646546333024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "policy-id",
"timestamp": 1646546331853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "aai-ml",
"timestamp": 1646546337246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-06T06:02:03.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "cds",
"timestamp": 1646546345270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546333410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "clamp",
"timestamp": 1646546333024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "policy-id",
"timestamp": 1646546331853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "aai-ml",
"timestamp": 1646546337246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "cds",
"timestamp": 1646546345270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546333410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:02:03.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "clamp",
"timestamp": 1646546333024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:02:03.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "policy-id",
"timestamp": 1646546331853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:02:03.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "aai-ml",
"timestamp": 1646546337246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:02:03.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646546347127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-06T06:02:03.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "cds",
"timestamp": 1646546345270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646546347127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546349143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.607Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "aai-ml",
"timestamp": 1646546349190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.609Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "policy-id",
"timestamp": 1646546349235,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "cds",
"timestamp": 1646546345270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646546347127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "policy-id",
"timestamp": 1646546350244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-06T06:02:03.620Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:02:03.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "cds",
"timestamp": 1646546345270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546350345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.623Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1646546350005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646546347127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "policy-id",
"timestamp": 1646546351249,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:02:03.651Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90726c4b-688f-4d0d-ba4f-e14563142c5d
2022-03-06T06:02:03.652Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90726c4b-688f-4d0d-ba4f-e14563142c5d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:02:03.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "cds",
"timestamp": 1646546345270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546351501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.686Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1646546350005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646546347127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "cds",
"timestamp": 1646546345270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:02:03.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1646546350005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546352612,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:02:03.721Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90726c4b-688f-4d0d-ba4f-e14563142c5d
2022-03-06T06:02:03.721Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90726c4b-688f-4d0d-ba4f-e14563142c5d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-06T06:02:03.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "policy-id",
"timestamp": 1646546352253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646546347127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546353325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1646546350005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546353619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/basic_onboard_eqabju0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-06T06:02:03.755Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "cds",
"timestamp": 1646546353302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.756Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "policy-id",
"timestamp": 1646546352253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646546347127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:02:03.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1646546350005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/resourceInstances/basic_onboard_eqabju0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "cds",
"timestamp": 1646546354329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:02:03.776Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 90726c4b-688f-4d0d-ba4f-e14563142c5d
2022-03-06T06:02:03.777Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90726c4b-688f-4d0d-ba4f-e14563142c5d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:02:03.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "policy-id",
"timestamp": 1646546352253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-06T06:02:03.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546354627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1646546350005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "cds",
"timestamp": 1646546345270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646546355918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "policy-id",
"timestamp": 1646546352253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546354627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
"status": "NOTIFIED"
}
2022-03-06T06:02:03.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1646546350005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "cds",
"timestamp": 1646546345270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "policy-id",
"timestamp": 1646546352253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546354627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-06T06:02:03.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "clamp",
"timestamp": 1646546357517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.818Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "ves-openapi-manager",
"timestamp": 1646546350005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "cds",
"timestamp": 1646546345270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "policy-id",
"timestamp": 1646546352253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546354627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "ves-openapi-manager",
"timestamp": 1646546350005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "cds",
"timestamp": 1646546345270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "policy-id",
"timestamp": 1646546352253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:02:03.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546354627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-06T06:02:03.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "clamp",
"timestamp": 1646546359526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-06T06:02:03.824Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "ves-openapi-manager",
"timestamp": 1646546350005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "cds",
"timestamp": 1646546345270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "policy-id",
"timestamp": 1646546360277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546354627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "clamp",
"timestamp": 1646546360530,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:02:03.851Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 90726c4b-688f-4d0d-ba4f-e14563142c5d
2022-03-06T06:02:03.852Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90726c4b-688f-4d0d-ba4f-e14563142c5d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:02:03.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "ves-openapi-manager",
"timestamp": 1646546350005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "cds",
"timestamp": 1646546345270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "policy-id",
"timestamp": 1646546361281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-06T06:02:03.877Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546354627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:02:03.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "ves-openapi-manager",
"timestamp": 1646546350005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "cds",
"timestamp": 1646546345270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:02:03.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "policy-id",
"timestamp": 1646546362285,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:02:03.895Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ab67754-c8ab-4834-ba4b-df2968299147
2022-03-06T06:02:03.896Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ab67754-c8ab-4834-ba4b-df2968299147 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:02:03.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "ves-openapi-manager",
"timestamp": 1646546350005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546362763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.918Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "cds",
"timestamp": 1646546362956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.919Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "ves-openapi-manager",
"timestamp": 1646546350005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "clamp",
"timestamp": 1646546363023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:03.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "aai-ml",
"timestamp": 1646546364060,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-06T06:02:03.921Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546364061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:02:03.921Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:03.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "cds",
"timestamp": 1646546363970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:02:03.939Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2ab67754-c8ab-4834-ba4b-df2968299147
2022-03-06T06:02:03.939Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ab67754-c8ab-4834-ba4b-df2968299147 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:02:03.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "clamp",
"timestamp": 1646546363023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
"status": "NOTIFIED"
}
2022-03-06T06:02:03.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:03.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:03.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "aai-ml",
"timestamp": 1646546365067,
"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-03-06T06:02:03.969Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 90726c4b-688f-4d0d-ba4f-e14563142c5d
2022-03-06T06:02:03.970Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90726c4b-688f-4d0d-ba4f-e14563142c5d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:02:04.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546365259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:02:04.013Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:04.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "clamp",
"timestamp": 1646546363023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.014Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:04.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.014Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546366297,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:02:04.028Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ab67754-c8ab-4834-ba4b-df2968299147
2022-03-06T06:02:04.029Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ab67754-c8ab-4834-ba4b-df2968299147 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-06T06:02:04.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646546366599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEqabju/1.0/artifacts/service-BasicOnboardEqabju-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-03-06T06:02:04.045Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:04.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "clamp",
"timestamp": 1646546363023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:04.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546367313,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-06T06:02:04.046Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:04.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "clamp",
"timestamp": 1646546363023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:04.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "aai-ml",
"timestamp": 1646546367246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:04.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "clamp",
"timestamp": 1646546363023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:04.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "aai-ml",
"timestamp": 1646546367246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:04.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "clamp",
"timestamp": 1646546363023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:02:04.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:04.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "aai-ml",
"timestamp": 1646546367246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:04.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "aai-ml",
"timestamp": 1646546367246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:04.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "aai-ml",
"timestamp": 1646546367246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:04.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "aai-ml",
"timestamp": 1646546367246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:04.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "aai-ml",
"timestamp": 1646546367246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:02:04.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:04.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "aai-ml",
"timestamp": 1646546375257,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:02:04.052Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:04.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "clamp",
"timestamp": 1646546382511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:02:04.052Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:04.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "clamp",
"timestamp": 1646546384521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-06T06:02:04.054Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:04.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "clamp",
"timestamp": 1646546385525,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:02:04.089Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2ab67754-c8ab-4834-ba4b-df2968299147
2022-03-06T06:02:04.090Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ab67754-c8ab-4834-ba4b-df2968299147 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:02:04.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.105Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "aai-ml",
"timestamp": 1646546388309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-06T06:02:04.105Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:04.105Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.106Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "aai-ml",
"timestamp": 1646546389315,
"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-03-06T06:02:04.115Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2ab67754-c8ab-4834-ba4b-df2968299147
2022-03-06T06:02:04.115Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ab67754-c8ab-4834-ba4b-df2968299147 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:02:04.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90726c4b-688f-4d0d-ba4f-e14563142c5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546395049,
"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-03-06T06:02:04.129Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:02:04.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:04.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
"status": "NOTIFIED"
}
2022-03-06T06:02:04.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:04.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-06T06:02:04.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:04.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:04.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-06T06:02:04.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:04.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:02:04.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:04.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:02:04.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546343480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:02:04.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-06T06:02:18.246Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:02:18.277Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:02:18.286Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:02:18.287Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-06T06:02:18.287Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:02:18.287Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:02:48.288Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:02:48.303Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:02:48.319Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:02:48.320Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-06T06:02:48.320Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:02:48.321Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:03:03.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:03:03.486Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:03:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:03:04.016Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:03:04.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:03:04.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546403515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:03:04.019Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:03:04.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:03:04.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546409618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:03:04.020Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:03:04.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:03:04.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546410791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:03:04.021Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:03:04.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:03:04.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546412023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:03:04.021Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:03:04.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:03:04.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546414048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/vfw2abd18c52b7a0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-06T06:03:04.022Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:03:04.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:03:04.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546415055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-06T06:03:04.022Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:03:04.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:03:04.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546416064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/resourceInstances/vfw2abd18c52b7a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-06T06:03:04.023Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:03:04.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-06T06:03:04.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546417070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306055543/1.0/artifacts/service-Vfw20220306055543-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-06T06:03:04.023Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:03:18.321Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:03:18.361Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:03:18.389Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:03:18.390Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-06T06:03:18.390Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:03:18.390Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:03:48.390Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:03:48.407Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:03:48.421Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:03:48.421Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-06T06:03:48.421Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:03:48.422Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:04:03.485Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:04:03.486Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:04:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:04:13.058Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:04:18.423Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:04:18.457Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:04:18.466Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:04:18.470Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-06T06:04:18.471Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:04:18.471Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:04:48.481Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:04:48.509Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:04:48.517Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:04:48.517Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-06T06:04:48.518Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:04:48.518Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:05:03.485Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:05:03.488Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:05:03.488Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:05:13.047Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:05:18.520Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-06T06:05:18.521Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2ab67754-c8ab-4834-ba4b-df2968299147 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-06T06:05:18.537Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2ab67754-c8ab-4834-ba4b-df2968299147 and serviceModelVersionId: 5182fad6-631a-4462-8dd5-91ea24acfa14
2022-03-06T06:05:18.538Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 242af85a-e3a1-455c-a1d3-c66e6a82f7f3
2022-03-06T06:05:18.542Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/242af85a-e3a1-455c-a1d3-c66e6a82f7f3/model-vers/model-ver/5182fad6-631a-4462-8dd5-91ea24acfa14?depth=0
2022-03-06T06:05:18.577Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-06T06:05:18.727Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/242af85a-e3a1-455c-a1d3-c66e6a82f7f3/model-vers/model-ver/5182fad6-631a-4462-8dd5-91ea24acfa14?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-06T06:05:18.734Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/242af85a-e3a1-455c-a1d3-c66e6a82f7f3/model-vers/model-ver/5182fad6-631a-4462-8dd5-91ea24acfa14?depth=0|INFO|500||Invoke
2022-03-06T06:05:18.899Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/242af85a-e3a1-455c-a1d3-c66e6a82f7f3/model-vers/model-ver/5182fad6-631a-4462-8dd5-91ea24acfa14?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-03-06T06:05:19.238Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/242af85a-e3a1-455c-a1d3-c66e6a82f7f3/model-vers/model-ver/5182fad6-631a-4462-8dd5-91ea24acfa14?depth=0|INFO|500||InvokeReturn
2022-03-06T06:05:19.239Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/242af85a-e3a1-455c-a1d3-c66e6a82f7f3/model-vers/model-ver/5182fad6-631a-4462-8dd5-91ea24acfa14?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220306-06:05:18:894-6597], vertex-id=[172200], Content-Length=[0], Date=[Sun, 06 Mar 2022 06:05:18 GMT], Content-Type=[application/json]}
2022-03-06T06:05:19.242Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-03-06T06:05:19.244Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-06T06:05:19.244Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:05:19.255Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-06T06:05:19.257Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2ab67754-c8ab-4834-ba4b-df2968299147 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-03-06T06:05:19.257Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-06T06:05:19.258Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:05:19.267Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:05:19.268Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546719257,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-06T06:05:19.367Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-06T06:05:19.370Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:05:19.370Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:05:19.389Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:05:19.390Z||pool-27-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-06T06:05:20.294Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:05:20.295Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:05:20.296Z|2ab67754-c8ab-4834-ba4b-df2968299147|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:05:30.543Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:05:30.545Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:05:30.546Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:05:30.546Z|2ab67754-c8ab-4834-ba4b-df2968299147|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:05:40.107Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:05:40.122Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:05:40.123Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:05:40.123Z|2ab67754-c8ab-4834-ba4b-df2968299147|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:05:49.673Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:05:49.674Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:05:49.675Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:05:49.676Z|2ab67754-c8ab-4834-ba4b-df2968299147|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:05:59.212Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:05:59.214Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:05:59.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:05:59.222Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:06:03.485Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:06:03.486Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:06:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:06:04.117Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:06:04.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-06T06:06:04.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ab67754-c8ab-4834-ba4b-df2968299147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546719257,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-06T06:06:04.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:06:08.779Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:06:08.788Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:06:08.789Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:06:08.790Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:06:18.328Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:06:18.330Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:06:18.331Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:06:18.331Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:06:27.894Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:07:03.479Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:07:03.481Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:07:03.481Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:07:03.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:07:03.485Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:07:03.486Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:07:13.031Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:07:13.031Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:08:03.479Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:08:03.482Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:08:03.482Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:03.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:08:03.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:08:03.485Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:13.041Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:08:13.549Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:08:13.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-06T06:08:13.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e8e0e33-212b-4a62-bfc3-caad6bbdc164","serviceName":"vFW 2022-03-06 06-05-37","serviceVersion":"1.0","serviceUUID":"12eae111-4006-4172-ba7f-124a194b3ab7","serviceDescription":"catalog service description","serviceInvariantUUID":"006cdffe-56f7-497f-a5f4-c10e81e79123","resources":[{"resourceInstanceName":"vFW 0521bf49-af5f 0","resourceName":"vFW 0521bf49-af5f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"27cc2aa5-754b-4e7b-b704-f27c3cd50f90","resourceInvariantUUID":"068b162a-685c-41d2-9845-49f54cb36d9c","resourceCustomizationUUID":"deb42a32-50a4-46fa-ad00-570457ba10f6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vf-license-model.xml","artifactChecksum":"YmMzNmI2NTBjNzU4NTNlM2M4OGUyMjFjN2U5ZDdmZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"91368669-4af4-4f38-b908-b743fdb36702","artifactVersion":"1"},{"artifactName":"vfw0521bf49af5f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json","artifactChecksum":"M2Y5Mzg0MzFiOTU1MWM5NTdiMDY1MGZkY2IyZjA0ZDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e93aa444-b8c6-4bb1-9c5e-fead8471c599","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"99277a65-fd59-49fa-be63-14a3b60be81f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmJjODk5ZGQ2MjA1MDE3ZmRmZDgwNTcwNWU1MmEyNTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bf39ac32-0b53-4160-908e-bb3f1d1dd22c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f1434c97-39c9-41b7-afac-3128bb595336","artifactVersion":"2","generatedFromUUID":"99277a65-fd59-49fa-be63-14a3b60be81f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220306060537-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-template.yml","artifactChecksum":"MDAzY2Q1MmViY2Q3ZDNjNDI0NzAxOTY1M2YxYjc5ODA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"023024c3-8f89-4111-9f3c-f1cfe8d33967","artifactVersion":"1"},{"artifactName":"service-Vfw20220306060537-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar","artifactChecksum":"ZmMxYjBmNmQ0ODRjOTI4ZGU3NDYzOWMwYWM0YmVmOWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7eed9bb5-9585-49a0-95fe-c3bc9307986d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-06T06:08:13.560Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:08:13.561Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:13.565Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:13.566Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546883479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:08:13.666Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:08:13.667Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:13.668Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:13.704Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:08:13.705Z||pool-28-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:14.573Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:08:14.574Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:14.583Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:14.584Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546883479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
"status": "NOTIFIED"
}
2022-03-06T06:08:14.677Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-03-06T06:08:14.679Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:14.679Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:14.692Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:08:14.693Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:15.585Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:08:15.586Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:15.590Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:15.590Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546883479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-06T06:08:15.691Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:08:15.693Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:15.693Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:15.727Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:08:15.728Z||pool-30-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:16.591Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:08:16.594Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:16.599Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:16.599Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546883479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:08:16.698Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-06T06:08:16.699Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:16.699Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:16.715Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:08:16.717Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:17.600Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:08:17.601Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:17.624Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:17.624Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546883479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-06T06:08:17.721Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-06T06:08:17.722Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:17.722Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:17.738Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:08:17.739Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:18.625Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:08:18.626Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:18.630Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:18.630Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546883479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:08:18.731Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:08:18.734Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:18.734Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:18.753Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:08:18.754Z||pool-33-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:19.631Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:08:19.633Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:19.635Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:19.636Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546883479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:08:19.736Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:08:19.737Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:19.737Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:19.757Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:08:19.758Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:20.640Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"serviceName": "vFW 2022-03-06 06-05-37",
"serviceVersion": "1.0",
"serviceUUID": "12eae111-4006-4172-ba7f-124a194b3ab7",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "006cdffe-56f7-497f-a5f4-c10e81e79123",
"resources": [
{
"resourceInstanceName": "vFW 0521bf49-af5f 0",
"resourceCustomizationUUID": "deb42a32-50a4-46fa-ad00-570457ba10f6",
"resourceName": "vFW 0521bf49-af5f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "27cc2aa5-754b-4e7b-b704-f27c3cd50f90",
"resourceInvariantUUID": "068b162a-685c-41d2-9845-49f54cb36d9c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0521bf49af5f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
"artifactChecksum": "M2Y5Mzg0MzFiOTU1MWM5NTdiMDY1MGZkY2IyZjA0ZDY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e93aa444-b8c6-4bb1-9c5e-fead8471c599",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "99277a65-fd59-49fa-be63-14a3b60be81f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f1434c97-39c9-41b7-afac-3128bb595336",
"generatedFromUUID": "99277a65-fd59-49fa-be63-14a3b60be81f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f1434c97-39c9-41b7-afac-3128bb595336",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220306060537-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
"artifactChecksum": "ZmMxYjBmNmQ0ODRjOTI4ZGU3NDYzOWMwYWM0YmVmOWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7eed9bb5-9585-49a0-95fe-c3bc9307986d"
}
],
"workloadContext": "Production"
}
2022-03-06T06:08:20.643Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-06T06:08:20.644Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 12eae111-4006-4172-ba7f-124a194b3ab7 ASDC
2022-03-06T06:08:20.645Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9e8e0e33-212b-4a62-bfc3-caad6bbdc164
ServiceName:vFW 2022-03-06 06-05-37
ServiceVersion:1.0
ServiceUUID:12eae111-4006-4172-ba7f-124a194b3ab7
ServiceInvariantUUID:006cdffe-56f7-497f-a5f4-c10e81e79123
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220306060537-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar
ArtifactUUID:7eed9bb5-9585-49a0-95fe-c3bc9307986d
ArtifactChecksum:ZmMxYjBmNmQ0ODRjOTI4ZGU3NDYzOWMwYWM0YmVmOWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0521bf49-af5f 0
ResourceCustomizationUUID:deb42a32-50a4-46fa-ad00-570457ba10f6
ResourceInvariantUUID:068b162a-685c-41d2-9845-49f54cb36d9c
ResourceName:vFW 0521bf49-af5f
ResourceType:VF
ResourceUUID:27cc2aa5-754b-4e7b-b704-f27c3cd50f90
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0521bf49af5f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json
ArtifactUUID:e93aa444-b8c6-4bb1-9c5e-fead8471c599
ArtifactChecksum:M2Y5Mzg0MzFiOTU1MWM5NTdiMDY1MGZkY2IyZjA0ZDY=
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/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml
ArtifactUUID:99277a65-fd59-49fa-be63-14a3b60be81f
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/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env
ArtifactUUID:f1434c97-39c9-41b7-afac-3128bb595336
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/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env
ArtifactUUID:f1434c97-39c9-41b7-afac-3128bb595336
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-06T06:08:20.646Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12eae111-4006-4172-ba7f-124a194b3ab7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:08:20.711Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-06T06:08:20.713Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-06T06:08:20.713Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-06T06:08:20.713Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7eed9bb5-9585-49a0-95fe-c3bc9307986d from URL: /sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar
2022-03-06T06:08:20.713Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-06T06:08:20.714Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar
2022-03-06T06:08:21.123Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-06T06:08:21.133Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar 7eed9bb5-9585-49a0-95fe-c3bc9307986d 98956
2022-03-06T06:08:21.134Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar ASDC sendASDCNotification
2022-03-06T06:08:21.134Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar
2022-03-06T06:08:21.134Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:08:21.135Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:21.139Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:21.140Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546901134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:08:21.240Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:08:21.242Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:21.242Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:21.258Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:08:21.262Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:22.141Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-06T06:08:22.142Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-06T06:08:22.142Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7eed9bb5-9585-49a0-95fe-c3bc9307986d, URL: /sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar to file: /app/ASDC/1/service-Vfw20220306060537-csar.csar
2022-03-06T06:08:22.143Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220306060537-csar.csar
2022-03-06T06:08:22.153Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220306060537-csar.csar
2022-03-06T06:08:22.154Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220306060537-csar.csar
2022-03-06T06:08:22.768Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14998751794701695719/Definitions/service-Vfw20220306060537-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-06T06:08:27.497Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-06T06:08:27.498Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-06T06:08:27.499Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.499Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-06T06:08:27.499Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||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-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.499Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||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-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.499Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||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-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.500Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.500Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.500Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||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-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.500Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||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-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.501Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||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-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.501Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.501Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||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-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.501Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.501Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0521bf49-af5f 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-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.502Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||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-Vfw20220306060537-csar.csar
2022-03-06T06:08:27.502Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-06T06:08:27.502Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:27.502Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:27.503Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is matching search criteria
2022-03-06T06:08:27.503Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-06T06:08:27.503Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0521bf49-af5f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-06T06:08:27.504Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:27.504Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:27.504Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is matching search criteria
2022-03-06T06:08:27.505Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-06T06:08:27.505Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0521bf49-af5f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-06T06:08:27.505Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:27.506Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:27.506Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:27.506Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is not matching search criteria
2022-03-06T06:08:27.506Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:08:27.507Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:08:27.507Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:27.507Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:08:27.507Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:08:27.507Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:08:27.508Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:08:27.508Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:08:27.508Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:08:27.508Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:08:27.509Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:27.509Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:08:27.509Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:27.509Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:08:27.510Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:08:27.510Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-06T06:08:27.510Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:27.510Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-06T06:08:27.511Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:27.511Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is matching search criteria
2022-03-06T06:08:27.511Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0521bf49-af5f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:08:27.512Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:27.512Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is matching search criteria
2022-03-06T06:08:27.512Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0521bf49-af5f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:08:27.512Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:27.513Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is matching search criteria
2022-03-06T06:08:27.513Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0521bf49-af5f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:08:27.513Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:27.513Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is not matching search criteria
2022-03-06T06:08:27.513Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:08:27.514Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-06T06:08:27.514Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:08:27.514Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:08:27.514Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:08:27.514Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:08:27.515Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:27.515Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:08:27.515Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:27.515Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:08:27.516Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:08:27.516Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c8cbb89c-111b-45f6-9f32-2f45337df22d
2022-03-06T06:08:27.516Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:27.517Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is not matching search criteria
2022-03-06T06:08:27.517Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:08:27.517Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:08:27.517Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:27.517Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:08:27.518Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:08:27.518Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:08:27.518Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:08:27.518Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-06T06:08:27.518Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:08:27.519Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:27.519Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:08:27.519Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:08:27.519Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d7d7e6b3-67f3-4ab3-aecc-1b23b8c017cf
2022-03-06T06:08:27.520Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:27.520Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is not matching search criteria
2022-03-06T06:08:27.520Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:08:27.520Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:08:27.521Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:27.521Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:08:27.521Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:08:27.521Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:08:27.522Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:08:27.522Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:08:27.522Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:08:27.522Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:08:27.522Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:27.523Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-06T06:08:27.523Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=507fecd5-aab0-4d39-b969-218055a6f932
2022-03-06T06:08:27.523Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:27.523Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:27.524Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:27.524Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:27.524Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:27.525Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:27.525Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:27.525Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:27.525Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-06 06-05-37
Description:catalog service description
Model UUID:12eae111-4006-4172-ba7f-124a194b3ab7
Model Version:NULL
Model InvariantUuid:006cdffe-56f7-497f-a5f4-c10e81e79123
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 0521bf49-af5f
Model UUID:8e9af4d1-82f4-408b-a2b1-ab1609181c4f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:068b162a-685c-41d2-9845-49f54cb36d9c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:deb42a32-50a4-46fa-ad00-570457ba10f6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2a923117-dab9-4352-8311-a223a95cd278
ModelName:Vfw0521bf49Af5f..base_vfw..module-0
ModelUuid:f13edefa-8e75-48dc-9c9f-2c1437a4b369
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c8cbb89c-111b-45f6-9f32-2f45337df22d
ModelInvariantUuid:b3e61ffe-acdf-4909-b866-a33546952cac
ModelName:vFW 0521bf49-af5f-nodes.vfwCvfc
ModelUuid:04c12121-f876-4222-8864-c9c1732b4ab8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4f93024a-eeb0-4042-a015-684928531721
ModelInvariantUuid:f5407b03-54e9-44a9-9fd9-db55252730bf
ModelName:Vfw0521bf49Af5f.compute.nodes.heat.vfw
ModelUuid:a999907c-0b0f-4f64-95fb-9283bb0ad0d9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d7d7e6b3-67f3-4ab3-aecc-1b23b8c017cf
ModelInvariantUuid:dbde9337-0f1d-4ba3-8eaf-dc7bca9a020c
ModelName:vFW 0521bf49-af5f-nodes.vsnCvfc
ModelUuid:d42b1ee4-3cee-4591-b1bc-76cb82013fc4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:4579937d-af72-4a7a-8835-8356a9e7bd9c
ModelInvariantUuid:a5d21bb1-10c1-47c1-b901-dc7fadafceb5
ModelName:Vfw0521bf49Af5f.compute.nodes.heat.vsn
ModelUuid:1c9abf27-a68a-4f80-b549-82c3a2813dc2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:507fecd5-aab0-4d39-b969-218055a6f932
ModelInvariantUuid:1e3e7f34-ffd7-4533-b3fd-6eaba604cf3e
ModelName:vFW 0521bf49-af5f-nodes.vpgCvfc
ModelUuid:b908da51-6f7a-4d42-b85d-d27d4639f554
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:6e0c2f18-dd63-4d21-b3e7-7790260945f1
ModelInvariantUuid:c7bbc068-bbbb-467f-ae6f-33e17b5b08f6
ModelName:Vfw0521bf49Af5f.compute.nodes.heat.vpg
ModelUuid:34a65b1d-0c47-4363-9ad7-0edea5b2c724
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-06T06:08:27.551Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 27cc2aa5-754b-4e7b-b704-f27c3cd50f90
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:08:27.559Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||vFW 0521bf49-af5f 0
2022-03-06T06:08:27.562Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 27cc2aa5-754b-4e7b-b704-f27c3cd50f90
2022-03-06T06:08:27.562Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e93aa444-b8c6-4bb1-9c5e-fead8471c599 from URL: /sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json
2022-03-06T06:08:27.562Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-06T06:08:27.563Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json
2022-03-06T06:08:27.789Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-06T06:08:27.791Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json e93aa444-b8c6-4bb1-9c5e-fead8471c599 785
2022-03-06T06:08:27.793Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json ASDC sendASDCNotification
2022-03-06T06:08:27.793Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json
2022-03-06T06:08:27.794Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:08:27.795Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:27.798Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:27.799Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546907793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:08:27.899Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:08:27.900Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:27.900Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:27.912Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:08:27.913Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:28.800Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0521bf49Af5f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2a923117-dab9-4352-8311-a223a95cd278",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f13edefa-8e75-48dc-9c9f-2c1437a4b369",
"vfModuleModelCustomizationUUID": "37ea46dd-a10a-4c7f-a4e5-32432c549030",
"isBase": true,
"artifacts": [
"99277a65-fd59-49fa-be63-14a3b60be81f",
"f1434c97-39c9-41b7-afac-3128bb595336"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-06T06:08:28.811Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0521bf49Af5f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f13edefa-8e75-48dc-9c9f-2c1437a4b369
VfModuleModelInvariantUUID:2a923117-dab9-4352-8311-a223a95cd278
VfModuleModelDescription:NULL
Artifacts UUID List:{
99277a65-fd59-49fa-be63-14a3b60be81f
,
f1434c97-39c9-41b7-afac-3128bb595336
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-06T06:08:28.815Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0521bf49Af5f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2a923117-dab9-4352-8311-a223a95cd278",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f13edefa-8e75-48dc-9c9f-2c1437a4b369",
"vfModuleModelCustomizationUUID": "37ea46dd-a10a-4c7f-a4e5-32432c549030",
"isBase": true,
"artifacts": [
"99277a65-fd59-49fa-be63-14a3b60be81f",
"f1434c97-39c9-41b7-afac-3128bb595336"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-06T06:08:28.816Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0521bf49Af5f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f13edefa-8e75-48dc-9c9f-2c1437a4b369
VfModuleModelInvariantUUID:2a923117-dab9-4352-8311-a223a95cd278
VfModuleModelDescription:NULL
Artifacts UUID List:{
99277a65-fd59-49fa-be63-14a3b60be81f
,
f1434c97-39c9-41b7-afac-3128bb595336
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-06T06:08:28.817Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 99277a65-fd59-49fa-be63-14a3b60be81f from URL: /sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml
2022-03-06T06:08:28.817Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-06T06:08:28.818Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml
2022-03-06T06:08:29.085Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-06T06:08:29.086Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml 99277a65-fd59-49fa-be63-14a3b60be81f 20368
2022-03-06T06:08:29.087Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-06T06:08:29.087Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml
2022-03-06T06:08:29.087Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:08:29.088Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:29.090Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:29.090Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546909087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:08:29.191Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:08:29.191Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:29.192Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:29.203Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:08:29.203Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:30.092Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f1434c97-39c9-41b7-afac-3128bb595336 from URL: /sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env
2022-03-06T06:08:30.093Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-06T06:08:30.094Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env
2022-03-06T06:08:30.358Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-06T06:08:30.359Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env f1434c97-39c9-41b7-afac-3128bb595336 2098
2022-03-06T06:08:30.360Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-06T06:08:30.361Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env
2022-03-06T06:08:30.362Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:08:30.362Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:30.367Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:30.373Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546910360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:08:30.467Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-03-06T06:08:30.468Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:30.469Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:30.484Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:08:30.485Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:31.389Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 12eae111-4006-4172-ba7f-124a194b3ab7
2022-03-06T06:08:31.390Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0521bf49-af5f 0 27cc2aa5-754b-4e7b-b704-f27c3cd50f90 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:08:31.434Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46d6afda, org.onap.sdc.toscaparser.api.parameters.Input@71f20434, org.onap.sdc.toscaparser.api.parameters.Input@7e4d902e, org.onap.sdc.toscaparser.api.parameters.Input@27232dc1, org.onap.sdc.toscaparser.api.parameters.Input@54f8ee80]
2022-03-06T06:08:31.437Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:31.438Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:31.438Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-03-06T06:08:31.439Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= deb42a32-50a4-46fa-ad00-570457ba10f6
2022-03-06T06:08:31.439Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: deb42a32-50a4-46fa-ad00-570457ba10f6 matches Tosca VF Customization UUID: deb42a32-50a4-46fa-ad00-570457ba10f6
2022-03-06T06:08:31.439Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: deb42a32-50a4-46fa-ad00-570457ba10f6 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-06T06:08:31.458Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:31.459Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:31.461Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id deb42a32-50a4-46fa-ad00-570457ba10f6: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-06T06:08:31.461Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1967c5fe
2022-03-06T06:08:31.461Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:31.462Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-06T06:08:31.462Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 37ea46dd-a10a-4c7f-a4e5-32432c549030
2022-03-06T06:08:31.462Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 37ea46dd-a10a-4c7f-a4e5-32432c549030
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-06T06:08:31.468Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:31.469Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is matching search criteria
2022-03-06T06:08:31.469Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0521bf49-af5f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:08:31.469Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:31.469Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is matching search criteria
2022-03-06T06:08:31.470Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0521bf49-af5f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:08:31.470Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:31.470Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is not matching search criteria
2022-03-06T06:08:31.471Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:08:31.471Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-06T06:08:31.471Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:08:31.471Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:08:31.472Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:08:31.473Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:08:31.473Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:31.473Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:08:31.474Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:31.474Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:08:31.474Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:08:31.474Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c8cbb89c-111b-45f6-9f32-2f45337df22d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-06T06:08:31.488Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:31.489Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is matching search criteria
2022-03-06T06:08:31.489Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0521bf49-af5f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:08:31.489Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:31.490Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is not matching search criteria
2022-03-06T06:08:31.490Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:08:31.490Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:08:31.490Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:31.491Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:08:31.491Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:08:31.491Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:08:31.491Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:08:31.492Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-06T06:08:31.496Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-06T06:08:31.497Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:31.497Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-06T06:08:31.497Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:08:31.498Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d7d7e6b3-67f3-4ab3-aecc-1b23b8c017cf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-06T06:08:31.503Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:31.504Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is matching search criteria
2022-03-06T06:08:31.504Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0521bf49-af5f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:08:31.505Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:31.505Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is not matching search criteria
2022-03-06T06:08:31.505Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-06T06:08:31.506Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-06T06:08:31.506Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:31.506Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:08:31.506Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-06T06:08:31.507Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-06T06:08:31.507Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-06T06:08:31.507Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-06T06:08:31.507Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-06T06:08:31.508Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-06T06:08:31.509Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-06T06:08:31.509Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-06T06:08:31.509Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=507fecd5-aab0-4d39-b969-218055a6f932
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-06T06:08:31.517Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:31.518Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is matching search criteria
2022-03-06T06:08:31.518Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0521bf49-af5f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-06T06:08:31.518Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:31.519Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Node template vFW 0521bf49-af5f 0 is matching search criteria
2022-03-06T06:08:31.519Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0521bf49-af5f 0] matching following query criteria: sdcType=VF, customizationUUID=deb42a32-50a4-46fa-ad00-570457ba10f6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-06T06:08:31.524Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:31.525Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:31.525Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 12eae111-4006-4172-ba7f-124a194b3ab7: vFW 0521bf49-af5f
2022-03-06T06:08:31.526Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:31.526Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:31.526Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:31.527Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:31.527Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:31.527Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:31.527Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:31.528Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:31.530Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-06T06:08:31.551Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-06 06-05-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-06T06:08:31.551Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-03-06 06-05-37
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:08:32.036Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0521bf49-af5f 27cc2aa5-754b-4e7b-b704-f27c3cd50f90 1 ASDC deployResourceStructure
2022-03-06T06:08:32.037Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json ASDC sendASDCNotification
2022-03-06T06:08:32.038Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json
2022-03-06T06:08:32.038Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-06T06:08:32.039Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:32.042Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:32.042Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546912037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-06T06:08:32.144Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-06T06:08:32.145Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:32.145Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:32.160Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:08:32.176Z||pool-39-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:33.043Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-06T06:08:33.044Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml
2022-03-06T06:08:33.044Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-06T06:08:33.045Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:33.048Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:33.048Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546913043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-06T06:08:33.147Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T06:08:33.149Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:33.149Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:33.167Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:08:33.169Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:34.049Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-06T06:08:34.049Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env
2022-03-06T06:08:34.049Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-06T06:08:34.050Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:34.053Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:34.053Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546914049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-06T06:08:34.153Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:08:34.154Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:34.155Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:34.185Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:08:34.186Z||pool-41-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:35.058Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar ASDC sendASDCNotification
2022-03-06T06:08:35.065Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar
2022-03-06T06:08:35.065Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-06T06:08:35.065Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:08:35.068Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:08:35.069Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546915058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-06T06:08:35.169Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:08:35.171Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:08:35.171Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:08:35.186Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:08:35.188Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:08:36.069Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e8e0e33-212b-4a62-bfc3-caad6bbdc164
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:08:36.083Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e8e0e33-212b-4a62-bfc3-caad6bbdc164
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:08:36.093Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:08:36.094Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-06T06:08:36.094Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-06T06:09:03.485Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:09:03.486Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:09:03.486Z|2ab67754-c8ab-4834-ba4b-df2968299147|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:09:04.122Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:09:04.130Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.130Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "cds",
"timestamp": 1646546885270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.133Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.133Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.133Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546883479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.134Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.134Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.134Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646546887127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.135Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.135Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.135Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "ves-openapi-manager",
"timestamp": 1646546890005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.135Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.135Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.135Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "policy-id",
"timestamp": 1646546891853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.135Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.135Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.136Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546893410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.136Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.136Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.136Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "cds",
"timestamp": 1646546885270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.136Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.136Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.137Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546883479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
"status": "NOTIFIED"
}
2022-03-06T06:09:04.137Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.137Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.137Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646546887127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.137Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.137Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.137Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "ves-openapi-manager",
"timestamp": 1646546890005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.137Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.138Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.138Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "policy-id",
"timestamp": 1646546891853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.138Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.139Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.139Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546893410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
"status": "NOTIFIED"
}
2022-03-06T06:09:04.140Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.140Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.141Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "cds",
"timestamp": 1646546885270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.141Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.141Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.142Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546883479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-06T06:09:04.142Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.142Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.142Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646546887127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.142Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.142Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.143Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "ves-openapi-manager",
"timestamp": 1646546890005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.143Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.143Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.143Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "policy-id",
"timestamp": 1646546891853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-06T06:09:04.143Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.143Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.144Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546893410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-06T06:09:04.145Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.145Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.145Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "cds",
"timestamp": 1646546885270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.145Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.145Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.145Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546883479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.146Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.146Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.146Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646546887127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.146Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.146Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.146Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "ves-openapi-manager",
"timestamp": 1646546890005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.147Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.147Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.147Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "policy-id",
"timestamp": 1646546891853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.147Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.147Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.147Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546893410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.147Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.148Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.149Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "cds",
"timestamp": 1646546885270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.149Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.149Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.149Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546883479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-06T06:09:04.150Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.150Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.151Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646546887127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.151Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.151Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.151Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "ves-openapi-manager",
"timestamp": 1646546890005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.151Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.151Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.151Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "policy-id",
"timestamp": 1646546891853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.152Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.152Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.152Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546893410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-06T06:09:04.152Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.152Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.152Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "cds",
"timestamp": 1646546885270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.152Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.153Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.153Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546883479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.153Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.153Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.153Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646546887127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.153Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.153Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.154Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "ves-openapi-manager",
"timestamp": 1646546890005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.154Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.154Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.154Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "policy-id",
"timestamp": 1646546891853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.154Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.154Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.154Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546893410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.155Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.155Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.155Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "cds",
"timestamp": 1646546885270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:09:04.155Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.155Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.155Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546883479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:09:04.156Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.156Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.156Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646546887127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:09:04.165Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.166Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.166Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "ves-openapi-manager",
"timestamp": 1646546890005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.166Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.166Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.166Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "policy-id",
"timestamp": 1646546891853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:09:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546893410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:09:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646546900948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:09:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "policy-id",
"timestamp": 1646546900968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:09:04.168Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.168Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.168Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "cds",
"timestamp": 1646546900663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:09:04.168Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.168Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.168Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546901134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:09:04.168Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.168Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.169Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546901399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:09:04.169Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.169Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.169Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "policy-id",
"timestamp": 1646546901973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-06T06:09:04.171Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.179Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.179Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "cds",
"timestamp": 1646546901670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:09:04.194Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e8e0e33-212b-4a62-bfc3-caad6bbdc164
2022-03-06T06:09:04.195Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e8e0e33-212b-4a62-bfc3-caad6bbdc164 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:09:04.248Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.248Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546902762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:09:04.249Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.249Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.249Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "policy-id",
"timestamp": 1646546902975,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:09:04.268Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e8e0e33-212b-4a62-bfc3-caad6bbdc164
2022-03-06T06:09:04.269Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e8e0e33-212b-4a62-bfc3-caad6bbdc164 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:09:04.286Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.286Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "clamp",
"timestamp": 1646546903023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.287Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.287Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.287Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546904061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:09:04.287Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.287Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.287Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "clamp",
"timestamp": 1646546903023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
"status": "NOTIFIED"
}
2022-03-06T06:09:04.287Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.288Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.288Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546905093,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:09:04.303Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e8e0e33-212b-4a62-bfc3-caad6bbdc164
2022-03-06T06:09:04.303Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e8e0e33-212b-4a62-bfc3-caad6bbdc164 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-06T06:09:04.348Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.349Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "clamp",
"timestamp": 1646546903023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.349Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.349Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.349Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646546906097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-06T06:09:04.349Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.349Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.350Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "clamp",
"timestamp": 1646546903023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.350Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.350Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.350Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "clamp",
"timestamp": 1646546903023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.350Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.350Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.350Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546907793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:09:04.352Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.353Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.353Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "aai-ml",
"timestamp": 1646546907247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.353Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.353Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.353Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646546908203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-06T06:09:04.353Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.354Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.354Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "clamp",
"timestamp": 1646546903023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.354Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.354Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.354Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "aai-ml",
"timestamp": 1646546907247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.354Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.354Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.355Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546909087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:09:04.355Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.355Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.355Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646546909216,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:09:04.368Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e8e0e33-212b-4a62-bfc3-caad6bbdc164
2022-03-06T06:09:04.369Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e8e0e33-212b-4a62-bfc3-caad6bbdc164 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:09:04.419Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.420Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "clamp",
"timestamp": 1646546903023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:09:04.420Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.420Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.421Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "aai-ml",
"timestamp": 1646546907247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.421Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.421Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.421Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546910360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:09:04.421Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.421Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.422Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "aai-ml",
"timestamp": 1646546907247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.422Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.422Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.422Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "aai-ml",
"timestamp": 1646546907247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.422Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.422Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.422Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546912037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/vfw0521bf49af5f0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-06T06:09:04.423Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.423Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.423Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "aai-ml",
"timestamp": 1646546907247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:09:04.423Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.423Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.424Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546913043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-06T06:09:04.424Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.424Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.424Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "aai-ml",
"timestamp": 1646546907247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:09:04.425Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:09:04.425Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.425Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546914049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/resourceInstances/vfw0521bf49af5f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-06T06:09:04.425Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.425Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.425Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546915058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-06T06:09:04.425Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.426Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.426Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "aai-ml",
"timestamp": 1646546915276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:09:04.426Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.426Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.426Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "clamp",
"timestamp": 1646546918572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:09:04.426Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.426Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.427Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "clamp",
"timestamp": 1646546920582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-06T06:09:04.427Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.427Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.427Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "clamp",
"timestamp": 1646546921586,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:09:04.441Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9e8e0e33-212b-4a62-bfc3-caad6bbdc164
2022-03-06T06:09:04.442Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e8e0e33-212b-4a62-bfc3-caad6bbdc164 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:09:04.454Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.454Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "aai-ml",
"timestamp": 1646546928403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060537/1.0/artifacts/service-Vfw20220306060537-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-06T06:09:04.454Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:09:04.455Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:09:04.455Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "aai-ml",
"timestamp": 1646546929409,
"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-03-06T06:09:04.462Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e8e0e33-212b-4a62-bfc3-caad6bbdc164
2022-03-06T06:09:04.463Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e8e0e33-212b-4a62-bfc3-caad6bbdc164 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:09:06.095Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e8e0e33-212b-4a62-bfc3-caad6bbdc164
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:09:06.115Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e8e0e33-212b-4a62-bfc3-caad6bbdc164
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-06T06:09:06.127Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-06T06:09:06.128Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-06T06:09:06.128Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-06T06:09:06.128Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-06T06:09:06.128Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-06T06:09:06.129Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-06T06:09:06.129Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-06T06:09:06.129Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-06T06:09:06.129Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-06T06:09:06.129Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-06T06:09:06.129Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||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-03-06T06:09:06.157Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-06T06:09:36.157Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e8e0e33-212b-4a62-bfc3-caad6bbdc164 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-06T06:09:36.181Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e8e0e33-212b-4a62-bfc3-caad6bbdc164 and serviceModelVersionId: 12eae111-4006-4172-ba7f-124a194b3ab7
2022-03-06T06:09:36.181Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 006cdffe-56f7-497f-a5f4-c10e81e79123
2022-03-06T06:09:36.183Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/006cdffe-56f7-497f-a5f4-c10e81e79123/model-vers/model-ver/12eae111-4006-4172-ba7f-124a194b3ab7?depth=0
2022-03-06T06:09:36.191Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-06T06:09:36.386Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/006cdffe-56f7-497f-a5f4-c10e81e79123/model-vers/model-ver/12eae111-4006-4172-ba7f-124a194b3ab7?depth=0|INFO|500||Invoke
2022-03-06T06:09:36.388Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/006cdffe-56f7-497f-a5f4-c10e81e79123/model-vers/model-ver/12eae111-4006-4172-ba7f-124a194b3ab7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/006cdffe-56f7-497f-a5f4-c10e81e79123/model-vers/model-ver/12eae111-4006-4172-ba7f-124a194b3ab7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9e8e0e33-212b-4a62-bfc3-caad6bbdc164], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bca71e10-b4b5-4bd5-85e8-090d3942187c], X-ECOMP-RequestID=[9e8e0e33-212b-4a62-bfc3-caad6bbdc164], X-TransactionId=[], X-ONAP-RequestID=[9e8e0e33-212b-4a62-bfc3-caad6bbdc164], Content-Type=[application/merge-patch+json]}
2022-03-06T06:09:36.458Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/006cdffe-56f7-497f-a5f4-c10e81e79123/model-vers/model-ver/12eae111-4006-4172-ba7f-124a194b3ab7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-06T06:09:36.687Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/006cdffe-56f7-497f-a5f4-c10e81e79123/model-vers/model-ver/12eae111-4006-4172-ba7f-124a194b3ab7?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/006cdffe-56f7-497f-a5f4-c10e81e79123/model-vers/model-ver/12eae111-4006-4172-ba7f-124a194b3ab7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220306-06:09:36:446-69616], vertex-id=[180392], Content-Length=[0], Date=[Sun, 06 Mar 2022 06:09:36 GMT], Content-Type=[application/json]}
2022-03-06T06:09:36.687Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/006cdffe-56f7-497f-a5f4-c10e81e79123/model-vers/model-ver/12eae111-4006-4172-ba7f-124a194b3ab7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-06T06:09:36.689Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/006cdffe-56f7-497f-a5f4-c10e81e79123/model-vers/model-ver/12eae111-4006-4172-ba7f-124a194b3ab7?depth=0|INFO|500||InvokeReturn
2022-03-06T06:09:36.690Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-06T06:09:36.690Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||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-03-06T06:09:36.702Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-06T06:09:36.703Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e8e0e33-212b-4a62-bfc3-caad6bbdc164 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-06T06:09:36.703Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-06T06:09:36.705Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:09:36.714Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:09:36.714Z|9e8e0e33-212b-4a62-bfc3-caad6bbdc164|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546976703,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-06T06:09:36.809Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-06T06:09:36.810Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:09:36.811Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:09:36.837Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:09:36.838Z||pool-43-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-06T06:09:37.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:09:37.741Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:09:37.741Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:09:47.286Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:10:03.479Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:10:03.480Z||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-03-06T06:10:03.481Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:10:03.484Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:10:03.485Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:10:03.485Z|2ab67754-c8ab-4834-ba4b-df2968299147|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:10:04.110Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:10:04.111Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:10:04.111Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e8e0e33-212b-4a62-bfc3-caad6bbdc164",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646546976703,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-06T06:10:04.112Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:10:13.022Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:11:03.479Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:11:03.480Z||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-03-06T06:11:03.480Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:11:03.484Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:11:03.485Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:11:03.485Z|2ab67754-c8ab-4834-ba4b-df2968299147|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:11:13.038Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:11:13.042Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:12:03.479Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:12:03.481Z||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-03-06T06:12:03.481Z||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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:03.484Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-06T06:12:03.486Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-06T06:12:03.487Z|2ab67754-c8ab-4834-ba4b-df2968299147|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 jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:04.130Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:12:04.131Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:12:04.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e05e2cc-6824-484f-a680-6a3cc2312580","serviceName":"vFW 2022-03-06 06-08-38","serviceVersion":"1.0","serviceUUID":"3592e025-bc56-4a64-a1eb-a64dc1b0f76e","serviceDescription":"catalog service description","serviceInvariantUUID":"7978bc92-9fb6-49ff-a737-a4614088a3d0","resources":[{"resourceInstanceName":"vFW df54c324-33bd 0","resourceName":"vFW df54c324-33bd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7ae192de-ba06-41f6-b329-4b0904860302","resourceInvariantUUID":"ebd835b8-8e9c-469d-b777-ccfab96d6aab","resourceCustomizationUUID":"484bbe8e-6250-499f-bd69-aad6fc970967","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vf-license-model.xml","artifactChecksum":"MWFlZThmNTc1NGJlOWNhYmZlZDllYWYyNDg0MWNlMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"27c1e0ec-d786-4b82-82ba-1b197308971c","artifactVersion":"1"},{"artifactName":"vfwdf54c32433bd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json","artifactChecksum":"ZmIzMWJkYjJlZDhiN2I3ZWI2YTYwZjE1NDMxZTYxYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b590d70f-2069-4d66-a7d0-a1fe307e4659","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01099080-082d-43ec-a006-6485c22e9a22","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vendor-license-model.xml","artifactChecksum":"NTJjMmUzOTRhNjliZjdjMWE2YTA2ODM1MTBjOWRjZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"40814d7d-11ad-47ec-988a-ad7858ebda9c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0d8773a7-9d34-4e1f-b2f5-1beb9421d089","artifactVersion":"2","generatedFromUUID":"01099080-082d-43ec-a006-6485c22e9a22"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220306060838-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-template.yml","artifactChecksum":"OGI0YjJmYTI5Y2MzNzIzZjgwODM1MDliMWZmZmUxZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"086c2ffa-8631-47ea-872a-82454abe2135","artifactVersion":"1"},{"artifactName":"service-Vfw20220306060838-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar","artifactChecksum":"MWJiZDRmZjVmOTRmZTdmM2ZlNTYwZjMxMzg1MDFmZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4773b1d6-6911-4a8f-a5df-61b1bc494d89","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-06T06:12:04.136Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:12:04.137Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:12:04.143Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:12:04.146Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646547123479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.150Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.150Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "aai-ml",
"timestamp": 1646547087246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.153Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.153Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.153Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "ves-openapi-manager",
"timestamp": 1646547090005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.154Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.154Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.154Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "policy-id",
"timestamp": 1646547091853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.154Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.154Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.155Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646547093410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.155Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.155Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.155Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "aai-ml",
"timestamp": 1646547087246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.155Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.156Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.156Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "ves-openapi-manager",
"timestamp": 1646547090005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.156Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.157Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.157Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "policy-id",
"timestamp": 1646547091853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.157Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.157Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.158Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646547093410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
"status": "NOTIFIED"
}
2022-03-06T06:12:04.158Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.158Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.158Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "cds",
"timestamp": 1646547095270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.159Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.159Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.159Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "aai-ml",
"timestamp": 1646547087246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.159Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.159Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.160Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "ves-openapi-manager",
"timestamp": 1646547090005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.160Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.160Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.160Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "policy-id",
"timestamp": 1646547091853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-06T06:12:04.161Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.161Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.161Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646547093410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-06T06:12:04.161Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.161Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.162Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "cds",
"timestamp": 1646547095270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.162Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.162Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.162Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "aai-ml",
"timestamp": 1646547087246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.163Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.163Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.163Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "ves-openapi-manager",
"timestamp": 1646547090005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.164Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.165Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.165Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "policy-id",
"timestamp": 1646547091853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.166Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.166Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646547093410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.167Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646547097128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.168Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.168Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.168Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "cds",
"timestamp": 1646547095270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.168Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.169Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.169Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "aai-ml",
"timestamp": 1646547087246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.169Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.169Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.170Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "ves-openapi-manager",
"timestamp": 1646547090005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.170Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.170Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.170Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "policy-id",
"timestamp": 1646547091853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.171Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.171Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.171Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646547093410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-06T06:12:04.172Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.172Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.172Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646547097128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.172Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.172Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.173Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "cds",
"timestamp": 1646547095270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.173Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.173Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.173Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "aai-ml",
"timestamp": 1646547087246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.174Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.174Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.174Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "ves-openapi-manager",
"timestamp": 1646547090005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.174Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.175Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.175Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "policy-id",
"timestamp": 1646547091853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.175Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.175Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.176Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646547093410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.177Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.177Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.177Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646547097128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.178Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.178Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.178Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "cds",
"timestamp": 1646547095270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.178Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.179Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.179Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "aai-ml",
"timestamp": 1646547087246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:12:04.179Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.179Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.179Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "ves-openapi-manager",
"timestamp": 1646547090005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.180Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.180Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.180Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646547093410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:12:04.181Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.181Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.181Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "policy-id",
"timestamp": 1646547091853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:12:04.181Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.181Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.182Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646547097128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.182Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.182Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.183Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "cds",
"timestamp": 1646547095270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.183Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.183Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.183Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "policy-id",
"timestamp": 1646547101782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:12:04.184Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:12:04.184Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.184Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "aai-ml",
"timestamp": 1646547101900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:12:04.184Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:12:04.184Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.185Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646547097128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.185Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.185Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.185Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646547101910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:12:04.185Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:12:04.186Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.186Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "cds",
"timestamp": 1646547095270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:12:04.186Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.186Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.187Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "policy-id",
"timestamp": 1646547102786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-06T06:12:04.187Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:12:04.188Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.188Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646547097128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.189Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.189Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.189Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646547103108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:12:04.189Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:12:04.190Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.190Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "cds",
"timestamp": 1646547103176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:12:04.190Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:12:04.190Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.190Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "policy-id",
"timestamp": 1646547103789,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:12:04.227Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e05e2cc-6824-484f-a680-6a3cc2312580
2022-03-06T06:12:04.229Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e05e2cc-6824-484f-a680-6a3cc2312580 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:12:04.245Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T06:12:04.247Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:12:04.247Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:04.248Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.248Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646547097128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:12:04.248Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.249Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.249Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646547104402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:12:04.249Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:12:04.249Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.250Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "cds",
"timestamp": 1646547104183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:12:04.261Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e05e2cc-6824-484f-a680-6a3cc2312580
2022-03-06T06:12:04.261Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e05e2cc-6824-484f-a680-6a3cc2312580 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=?
2022-03-06T06:12:04.266Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:12:04.267Z||pool-44-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:12:04.297Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.297Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646547105355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:12:04.298Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:12:04.298Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.298Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646547105433,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:12:04.312Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e05e2cc-6824-484f-a680-6a3cc2312580
2022-03-06T06:12:04.313Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e05e2cc-6824-484f-a680-6a3cc2312580 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-06T06:12:04.336Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.336Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646547106438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-06T06:12:04.338Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:12:04.338Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.338Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646547112215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-06T06:12:04.338Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:12:04.339Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.339Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646547113238,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-06T06:12:04.351Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e05e2cc-6824-484f-a680-6a3cc2312580
2022-03-06T06:12:04.352Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e05e2cc-6824-484f-a680-6a3cc2312580 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:12:04.380Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.381Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "clamp",
"timestamp": 1646547113023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.383Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.384Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.384Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "clamp",
"timestamp": 1646547113023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
"status": "NOTIFIED"
}
2022-03-06T06:12:04.384Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.384Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.384Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "aai-ml",
"timestamp": 1646547114964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-06T06:12:04.385Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-06T06:12:04.385Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.385Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "clamp",
"timestamp": 1646547113023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.385Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.386Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.386Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "aai-ml",
"timestamp": 1646547115969,
"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-03-06T06:12:04.409Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5e05e2cc-6824-484f-a680-6a3cc2312580
2022-03-06T06:12:04.410Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e05e2cc-6824-484f-a680-6a3cc2312580 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-06T06:12:04.423Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.424Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "clamp",
"timestamp": 1646547113023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.431Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.432Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.432Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "clamp",
"timestamp": 1646547113023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.432Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.432Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.432Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "clamp",
"timestamp": 1646547113023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:04.433Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:04.433Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-06T06:12:04.433Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "clamp",
"timestamp": 1646547113023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:12:04.433Z|2ab67754-c8ab-4834-ba4b-df2968299147|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-06T06:12:05.147Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:12:05.149Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:12:05.153Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:12:05.154Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646547123479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
"status": "NOTIFIED"
}
2022-03-06T06:12:05.254Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T06:12:05.255Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-06T06:12:05.256Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:05.272Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:12:05.273Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:12:06.156Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:12:06.157Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:12:06.160Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:12:06.161Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646547123479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-06T06:12:06.262Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-06T06:12:06.264Z||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-03-06T06:12:06.265Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:06.282Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:12:06.283Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:12:07.167Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:12:07.167Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:12:07.177Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:12:07.181Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646547123479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:07.271Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-03-06T06:12:07.273Z||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-03-06T06:12:07.273Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:07.287Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:12:07.288Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:12:08.183Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:12:08.185Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:12:08.188Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:12:08.189Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646547123479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-06T06:12:08.288Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T06:12:08.290Z||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-03-06T06:12:08.290Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:08.328Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:12:08.329Z||pool-48-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:12:09.190Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:12:09.191Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:12:09.194Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:12:09.195Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646547123479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-06T06:12:09.295Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-06T06:12:09.297Z||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-03-06T06:12:09.297Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:09.312Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:12:09.313Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:12:10.196Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-06T06:12:10.197Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:12:10.202Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:12:10.203Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646547123479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
"status": "NOTIFIED"
}
2022-03-06T06:12:10.302Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T06:12:10.304Z||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-03-06T06:12:10.304Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:10.321Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:12:10.322Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:12:11.213Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"serviceName": "vFW 2022-03-06 06-08-38",
"serviceVersion": "1.0",
"serviceUUID": "3592e025-bc56-4a64-a1eb-a64dc1b0f76e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7978bc92-9fb6-49ff-a737-a4614088a3d0",
"resources": [
{
"resourceInstanceName": "vFW df54c324-33bd 0",
"resourceCustomizationUUID": "484bbe8e-6250-499f-bd69-aad6fc970967",
"resourceName": "vFW df54c324-33bd",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7ae192de-ba06-41f6-b329-4b0904860302",
"resourceInvariantUUID": "ebd835b8-8e9c-469d-b777-ccfab96d6aab",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwdf54c32433bd0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json",
"artifactChecksum": "ZmIzMWJkYjJlZDhiN2I3ZWI2YTYwZjE1NDMxZTYxYjE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b590d70f-2069-4d66-a7d0-a1fe307e4659",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "01099080-082d-43ec-a006-6485c22e9a22",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0d8773a7-9d34-4e1f-b2f5-1beb9421d089",
"generatedFromUUID": "01099080-082d-43ec-a006-6485c22e9a22"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0d8773a7-9d34-4e1f-b2f5-1beb9421d089",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220306060838-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
"artifactChecksum": "MWJiZDRmZjVmOTRmZTdmM2ZlNTYwZjMxMzg1MDFmZDU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4773b1d6-6911-4a8f-a5df-61b1bc494d89"
}
],
"workloadContext": "Production"
}
2022-03-06T06:12:11.213Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-06T06:12:11.213Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3592e025-bc56-4a64-a1eb-a64dc1b0f76e ASDC
2022-03-06T06:12:11.215Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:5e05e2cc-6824-484f-a680-6a3cc2312580
ServiceName:vFW 2022-03-06 06-08-38
ServiceVersion:1.0
ServiceUUID:3592e025-bc56-4a64-a1eb-a64dc1b0f76e
ServiceInvariantUUID:7978bc92-9fb6-49ff-a737-a4614088a3d0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220306060838-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar
ArtifactUUID:4773b1d6-6911-4a8f-a5df-61b1bc494d89
ArtifactChecksum:MWJiZDRmZjVmOTRmZTdmM2ZlNTYwZjMxMzg1MDFmZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW df54c324-33bd 0
ResourceCustomizationUUID:484bbe8e-6250-499f-bd69-aad6fc970967
ResourceInvariantUUID:ebd835b8-8e9c-469d-b777-ccfab96d6aab
ResourceName:vFW df54c324-33bd
ResourceType:VF
ResourceUUID:7ae192de-ba06-41f6-b329-4b0904860302
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdf54c32433bd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/vfwdf54c32433bd0_modules.json
ArtifactUUID:b590d70f-2069-4d66-a7d0-a1fe307e4659
ArtifactChecksum:ZmIzMWJkYjJlZDhiN2I3ZWI2YTYwZjE1NDMxZTYxYjE=
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/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.yaml
ArtifactUUID:01099080-082d-43ec-a006-6485c22e9a22
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/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env
ArtifactUUID:0d8773a7-9d34-4e1f-b2f5-1beb9421d089
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/Vfw20220306060838/1.0/resourceInstances/vfwdf54c32433bd0/artifacts/base_vfw.env
ArtifactUUID:0d8773a7-9d34-4e1f-b2f5-1beb9421d089
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-06T06:12:11.215Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3592e025-bc56-4a64-a1eb-a64dc1b0f76e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-06T06:12:11.300Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-06T06:12:11.302Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-06T06:12:11.302Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-06T06:12:11.302Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4773b1d6-6911-4a8f-a5df-61b1bc494d89 from URL: /sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar
2022-03-06T06:12:11.302Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-06T06:12:11.302Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar
2022-03-06T06:12:11.530Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-06T06:12:11.541Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar 4773b1d6-6911-4a8f-a5df-61b1bc494d89 98914
2022-03-06T06:12:11.542Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar ASDC sendASDCNotification
2022-03-06T06:12:11.542Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar
2022-03-06T06:12:11.542Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-06T06:12:11.542Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-06T06:12:11.546Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-06T06:12:11.547Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5e05e2cc-6824-484f-a680-6a3cc2312580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646547131542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-06T06:12:11.646Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-06T06:12:11.648Z||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-03-06T06:12:11.648Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jr8pRaD9KsZHSqvL) ...
2022-03-06T06:12:11.669Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-06T06:12:11.670Z||pool-51-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-06T06:12:12.548Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-06T06:12:12.549Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-06T06:12:12.549Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 4773b1d6-6911-4a8f-a5df-61b1bc494d89, URL: /sdc/v1/catalog/services/Vfw20220306060838/1.0/artifacts/service-Vfw20220306060838-csar.csar to file: /app/ASDC/1/service-Vfw20220306060838-csar.csar
2022-03-06T06:12:12.550Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220306060838-csar.csar
2022-03-06T06:12:12.551Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220306060838-csar.csar
2022-03-06T06:12:12.551Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220306060838-csar.csar
2022-03-06T06:12:13.067Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11028994002171945990/Definitions/service-Vfw20220306060838-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-03-06T06:12:17.000Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-06T06:12:17.001Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-06T06:12:17.002Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.002Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-06T06:12:17.002Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||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-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.002Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||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-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.003Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.003Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.003Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.004Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||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-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.004Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.004Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.005Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.005Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.005Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW df54c324-33bd 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-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.005Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.006Z|5e05e2cc-6824-484f-a680-6a3cc2312580|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-Vfw20220306060838-csar.csar
2022-03-06T06:12:17.006Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-06T06:12:17.006Z|5e05e2cc-6824-484f-a680-6a3cc2312580|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery