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-01-04T04:31:25.727Z||main|||||INFO|500||The following profiles are active: basic
2022-01-04T04:31:34.749Z||main|||||INFO|500||Starting service [Tomcat]
2022-01-04T04:31:34.749Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-01-04T04:31:34.839Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-01-04T04:31:37.085Z||main|||||INFO|500||catdb-pool - Starting...
2022-01-04T04:31:37.244Z||main|||||INFO|500||catdb-pool - Start completed.
2022-01-04T04:31:37.635Z||main|||||INFO|500||reqdb-pool - Starting...
2022-01-04T04:31:37.641Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-01-04T04:31:37.778Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-01-04T04:31:37.968Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-01-04T04:31:38.279Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-01-04T04:31:39.080Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-04T04:31:40.775Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-04T04:31:40.817Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-01-04T04:31:41.237Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-04T04:31:41.439Z||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-01-04T04:31:42.488Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-04T04:31:43.421Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-01-04T04:31:43.437Z||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$$c179a1e7.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-01-04T04:31:43.437Z||main|||||WARN|500||The sdc end point is not alive
2022-01-04T04:31:45.895Z||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-01-04T04:31:48.351Z||main|||||WARN|500||---
2022-01-04T04:31:48.351Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-01-04T04:31:48.351Z||main|||||WARN|500||---
2022-01-04T04:31:48.693Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-01-04T04:31:52.682Z||main|||||INFO|500||Started Application in 31.204 seconds (JVM running for 32.279)
2022-01-04T04:31:52.724Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-04T04:31:52.726Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-04T04:31:52.735Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-04T04:31:52.761Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-04T04:31:52.839Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aade32b0-a820-46bd-baee-94d02a21ba72 url= /sdc/v1/artifactTypes
2022-01-04T04:31:52.839Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-04T04:31:53.068Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-01-04T04:31:53.092Z||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-01-04T04:31:53.118Z||scheduling-1|||||DEBUG|500||create keys
2022-01-04T04:31:53.128Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-01-04T04:31:53.179Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:31:53.198Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 69382bd2-3012-40cc-a6c8-e566daf6ccce url= /sdc/v1/registerForDistribution
2022-01-04T04:31:53.906Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 69382bd2-3012-40cc-a6c8-e566daf6ccce url= /sdc/v1/registerForDistribution
2022-01-04T04:31:53.907Z||scheduling-1|||||INFO|500||start DistributionClient
2022-01-04T04:31:53.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:31:53.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:31:53.921Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-01-04T04:31:53.922Z||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-01-04T04:31:53.922Z||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-01-04T04:31:53.922Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:31:53.922Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:32:04.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:32:04.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:32:53.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:32:53.916Z||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-01-04T04:32:53.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:32:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:32:53.917Z||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-01-04T04:32:53.918Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:33:03.467Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:33:03.472Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:33:53.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:33:53.915Z||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-01-04T04:33:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:33:53.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:33:53.917Z||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-01-04T04:33:53.918Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:34:03.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:34:03.469Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:34:53.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:34:53.915Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T04:34:53.916Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T04:34:53.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:34:53.917Z||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-01-04T04:34:53.918Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:35:03.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:35:03.468Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:35:53.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:35:53.915Z||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-01-04T04:35:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:35:53.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:35:53.916Z||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-01-04T04:35:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:36:03.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:36:03.464Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:36:53.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:36:53.915Z||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-01-04T04:36:53.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:36:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:36:53.916Z||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-01-04T04:36:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:37:03.470Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:37:03.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:37:53.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:37:53.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:37:53.916Z||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-01-04T04:37:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:37:53.916Z||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-01-04T04:37:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:38:03.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:38:03.468Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:38:53.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:38:53.915Z||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-01-04T04:38:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:38:53.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:38:53.917Z||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-01-04T04:38:53.918Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:39:03.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:39:03.464Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:39:53.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:39:53.915Z||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-01-04T04:39:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:39:53.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:39:53.917Z||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-01-04T04:39:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:40:03.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:40:03.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:40:53.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:40:53.915Z||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-01-04T04:40:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:40:53.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:40:53.916Z||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-01-04T04:40:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:41:03.469Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:41:03.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:41:28.185Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-01-04T04:41:53.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:41:53.915Z||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-01-04T04:41:53.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:41:53.917Z||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-01-04T04:41:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:41:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:42:03.469Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:42:03.472Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:42:53.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:42:53.915Z||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-01-04T04:42:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:42:53.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:42:53.916Z||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-01-04T04:42:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:43:03.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:43:03.469Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:43:53.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:43:53.915Z||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-01-04T04:43:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:43:53.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:43:53.917Z||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-01-04T04:43:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:44:03.464Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:44:03.466Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:44:53.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:44:53.915Z||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-01-04T04:44:53.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:44:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:44:53.916Z||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-01-04T04:44:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:45:03.461Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:45:03.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:45:53.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:45:53.915Z||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-01-04T04:45:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:45:53.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:45:53.916Z||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-01-04T04:45:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:46:03.467Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:46:03.469Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:46:53.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:46:53.915Z||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-01-04T04:46:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:46:53.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:46:53.916Z||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-01-04T04:46:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:47:03.467Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:47:03.467Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:47:53.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:47:53.915Z||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-01-04T04:47:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:47:53.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:47:53.917Z||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-01-04T04:47:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:48:03.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:48:03.490Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:48:53.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:48:53.915Z||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-01-04T04:48:53.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:48:53.916Z||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-01-04T04:48:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:48:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:49:03.463Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:49:03.473Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:49:53.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:49:53.915Z||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-01-04T04:49:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:49:53.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:49:53.917Z||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-01-04T04:49:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:50:03.458Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:50:03.467Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:50:53.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:50:53.915Z||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-01-04T04:50:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:50:53.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:50:53.916Z||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-01-04T04:50:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:51:03.463Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:51:03.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:51:53.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:51:53.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:51:53.915Z||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-01-04T04:51:53.916Z||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-01-04T04:51:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:51:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:52:03.465Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:52:03.476Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:52:53.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:52:53.915Z||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-01-04T04:52:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:52:53.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:52:53.916Z||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-01-04T04:52:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:53:03.466Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:53:03.480Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:53:53.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:53:53.915Z||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-01-04T04:53:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:53:53.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:53:53.917Z||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-01-04T04:53:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:54:03.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:54:03.468Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:54:53.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:54:53.915Z||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-01-04T04:54:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:54:53.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:54:53.917Z||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-01-04T04:54:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:55:03.464Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:55:03.464Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:55:53.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:55:53.915Z||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-01-04T04:55:53.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:55:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:55:53.916Z||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-01-04T04:55:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:56:03.461Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:56:03.468Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:56:53.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:56:53.915Z||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-01-04T04:56:53.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:56:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:56:53.916Z||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-01-04T04:56:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:57:03.465Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:57:03.464Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:57:53.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:57:53.915Z||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-01-04T04:57:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:57:53.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:57:53.916Z||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-01-04T04:57:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:58:03.461Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:58:03.461Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:58:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:58:53.915Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T04:58:53.916Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T04:58:53.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:58:53.916Z||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-01-04T04:58:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:59:03.470Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:59:03.471Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T04:59:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:59:53.915Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T04:59:53.915Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T04:59:53.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:59:53.916Z||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-01-04T04:59:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:00:03.463Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:00:03.468Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:00:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:00:53.915Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:00:53.916Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:00:53.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:00:53.916Z||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-01-04T05:00:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:01:03.468Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:01:03.468Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:01:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:01:53.915Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:01:53.915Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:01:53.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:01:53.916Z||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-01-04T05:01:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:02:03.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:02:03.465Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:02:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:02:53.915Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:02:53.916Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:02:53.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:02:53.916Z||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-01-04T05:02:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:03:03.467Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:03:03.467Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:03:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:03:53.915Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:03:53.915Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:03:53.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:03:53.916Z||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-01-04T05:03:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:04:03.460Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:04:03.465Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:04:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:04:53.915Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:04:53.915Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:04:53.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:04:53.916Z||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-01-04T05:04:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:05:03.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:05:03.471Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:05:53.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:05:53.915Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:05:53.922Z||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-01-04T05:05:53.922Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:05:53.922Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:05:53.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:06:03.473Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:06:03.481Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:06:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:06:53.915Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:06:53.915Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:06:53.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:06:53.917Z||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-01-04T05:06:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:07:03.463Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:07:03.464Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:07:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:07:53.915Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:07:53.915Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:07:53.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:07:53.916Z||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-01-04T05:07:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:08:03.466Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:08:03.466Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:08:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:08:53.915Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:08:53.915Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:08:53.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:08:53.916Z||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-01-04T05:08:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:09:03.468Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:09:03.468Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:09:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:09:53.915Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:09:53.915Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:09:53.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:09:53.916Z||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-01-04T05:09:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:10:03.461Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:10:03.465Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:10:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:10:53.915Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:10:53.915Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:10:53.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:10:53.917Z||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-01-04T05:10:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:11:03.465Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:11:03.468Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:11:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:11:53.915Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:11:53.916Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:11:53.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:11:53.917Z||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-01-04T05:11:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:12:03.462Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:12:03.462Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:12:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:12:53.915Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:12:53.916Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:12:53.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:12:53.916Z||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-01-04T05:12:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:12:54.253Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:12:54.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "clamp",
"timestamp": 1641273162224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:12:54.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "policy-id",
"timestamp": 1641273164499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.282Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:12:54.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "ves-openapi-manager",
"timestamp": 1641273168097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.282Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:12:54.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "clamp",
"timestamp": 1641273162224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
"status": "NOTIFIED"
}
2022-01-04T05:12:54.282Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "policy-id",
"timestamp": 1641273164499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "ves-openapi-manager",
"timestamp": 1641273168097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "clamp",
"timestamp": 1641273162224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "policy-id",
"timestamp": 1641273164499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "ves-openapi-manager",
"timestamp": 1641273168097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:12:54.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "cds",
"timestamp": 1641273170473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:12:54.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "clamp",
"timestamp": 1641273162224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:12:54.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "policy-id",
"timestamp": 1641273164499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:12:54.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "ves-openapi-manager",
"timestamp": 1641273168097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:12:54.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "cds",
"timestamp": 1641273170473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:12:54.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273171762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:12:54.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "clamp",
"timestamp": 1641273162224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:12:54.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "policy-id",
"timestamp": 1641273164499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:12:54.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "ves-openapi-manager",
"timestamp": 1641273168097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:12:54.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "cds",
"timestamp": 1641273170473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "dcae-sch",
"timestamp": 1641273172628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273171762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
"status": "NOTIFIED"
}
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "clamp",
"timestamp": 1641273162224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "policy-id",
"timestamp": 1641273164499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "ves-openapi-manager",
"timestamp": 1641273168097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:12:54.552Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:12:54.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"55b72ce2-1243-4a8c-90fc-fb6daf968f18","serviceName":"basic_onboard_PFAKBh","serviceVersion":"1.0","serviceUUID":"7e07d99f-9b4e-45ac-8b25-268e134c12ee","serviceDescription":"service","serviceInvariantUUID":"c5b00f84-c483-4f0d-abb1-e04e3e4e1521","resources":[{"resourceInstanceName":"basic_onboard_PFAKBh 0","resourceName":"basic_onboard_PFAKBh","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7398be53-d305-4946-bbca-0742253a8eec","resourceInvariantUUID":"58932f17-341a-41e9-a00e-91feb31312bf","resourceCustomizationUUID":"d9df602c-c126-4ff0-8b6c-1ce12e80e054","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vf-license-model.xml","artifactChecksum":"OTJjMGEyN2M4ZTE4OGFhZThmNTQ2ZjNiOTk2MDU4NzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6cae4461-ad49-41e1-80b9-b01ca76f92cc","artifactVersion":"1"},{"artifactName":"basic_onboard_pfakbh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json","artifactChecksum":"NDA2MTAzOTVhMjExZmFkOWM0OWI1MjMwYWQ5ZTQ5OTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7d406d8e-ebd2-40a1-8759-b8f6981fbf2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0e73c86f-1d27-4973-8f7a-4e090f020303","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6ab4a94e-9431-49f6-81fb-4af280452d62","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4b314c78-de5b-4e28-949f-d7661cba7bcf","artifactVersion":"2","generatedFromUUID":"0e73c86f-1d27-4973-8f7a-4e090f020303"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPfakbh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-template.yml","artifactChecksum":"ZGM5ODg4OWM1YjgxZDc4MWQ5ZTA5Mjk0N2EzNGRkZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"73e5c152-1a37-463e-a6b8-cf0b44cad8c1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPfakbh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar","artifactChecksum":"ZjUyMWUxNjNhNWQ2YTI4ODBkZWYyMTgxZjA0YWM3NGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7eef46e0-982d-4513-b2a0-9ab89cdfe12c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-04T05:12:54.561Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:12:54.565Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:12:54.574Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:12:54.575Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273173914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.675Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-01-04T05:12:54.680Z||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-01-04T05:12:54.680Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:12:54.694Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:12:54.695Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-04T05:12:55.580Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:12:55.580Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:12:55.582Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:12:55.582Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273173914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
"status": "NOTIFIED"
}
2022-01-04T05:12:55.682Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:12:55.683Z||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-01-04T05:12:55.683Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:12:55.701Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:12:55.701Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:12:56.582Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:12:56.584Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:12:56.586Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:12:56.587Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273173914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-04T05:12:56.687Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:12:56.687Z||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-01-04T05:12:56.688Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:12:56.703Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:12:56.704Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:12:57.587Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:12:57.588Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:12:57.591Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:12:57.591Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273173914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:12:57.691Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:12:57.692Z||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-01-04T05:12:57.692Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:12:57.703Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:12:57.703Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:12:58.591Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:12:58.592Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:12:58.595Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:12:58.595Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273173914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-04T05:12:58.695Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-04T05:12:58.697Z||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-01-04T05:12:58.697Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:12:58.711Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:12:58.712Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-04T05:12:59.596Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:12:59.597Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:12:59.599Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:12:59.600Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273173914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:12:59.700Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:12:59.701Z||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-01-04T05:12:59.701Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:12:59.714Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:12:59.714Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:13:00.600Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:13:00.601Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:13:00.604Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:13:00.604Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273173914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
"status": "NOTIFIED"
}
2022-01-04T05:13:00.704Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:13:00.705Z||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-01-04T05:13:00.706Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:13:00.717Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:13:00.718Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:13:01.606Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"serviceName": "basic_onboard_PFAKBh",
"serviceVersion": "1.0",
"serviceUUID": "7e07d99f-9b4e-45ac-8b25-268e134c12ee",
"serviceDescription": "service",
"serviceInvariantUUID": "c5b00f84-c483-4f0d-abb1-e04e3e4e1521",
"resources": [
{
"resourceInstanceName": "basic_onboard_PFAKBh 0",
"resourceCustomizationUUID": "d9df602c-c126-4ff0-8b6c-1ce12e80e054",
"resourceName": "basic_onboard_PFAKBh",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7398be53-d305-4946-bbca-0742253a8eec",
"resourceInvariantUUID": "58932f17-341a-41e9-a00e-91feb31312bf",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_pfakbh0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
"artifactChecksum": "NDA2MTAzOTVhMjExZmFkOWM0OWI1MjMwYWQ5ZTQ5OTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7d406d8e-ebd2-40a1-8759-b8f6981fbf2b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0e73c86f-1d27-4973-8f7a-4e090f020303",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4b314c78-de5b-4e28-949f-d7661cba7bcf",
"generatedFromUUID": "0e73c86f-1d27-4973-8f7a-4e090f020303"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4b314c78-de5b-4e28-949f-d7661cba7bcf",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPfakbh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
"artifactChecksum": "ZjUyMWUxNjNhNWQ2YTI4ODBkZWYyMTgxZjA0YWM3NGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7eef46e0-982d-4513-b2a0-9ab89cdfe12c"
}
],
"workloadContext": "Production"
}
2022-01-04T05:13:01.608Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-04T05:13:01.608Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7e07d99f-9b4e-45ac-8b25-268e134c12ee ASDC
2022-01-04T05:13:01.722Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:55b72ce2-1243-4a8c-90fc-fb6daf968f18
ServiceName:basic_onboard_PFAKBh
ServiceVersion:1.0
ServiceUUID:7e07d99f-9b4e-45ac-8b25-268e134c12ee
ServiceInvariantUUID:c5b00f84-c483-4f0d-abb1-e04e3e4e1521
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPfakbh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar
ArtifactUUID:7eef46e0-982d-4513-b2a0-9ab89cdfe12c
ArtifactChecksum:ZjUyMWUxNjNhNWQ2YTI4ODBkZWYyMTgxZjA0YWM3NGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_PFAKBh 0
ResourceCustomizationUUID:d9df602c-c126-4ff0-8b6c-1ce12e80e054
ResourceInvariantUUID:58932f17-341a-41e9-a00e-91feb31312bf
ResourceName:basic_onboard_PFAKBh
ResourceType:VF
ResourceUUID:7398be53-d305-4946-bbca-0742253a8eec
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pfakbh0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json
ArtifactUUID:7d406d8e-ebd2-40a1-8759-b8f6981fbf2b
ArtifactChecksum:NDA2MTAzOTVhMjExZmFkOWM0OWI1MjMwYWQ5ZTQ5OTM=
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/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0e73c86f-1d27-4973-8f7a-4e090f020303
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/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env
ArtifactUUID:4b314c78-de5b-4e28-949f-d7661cba7bcf
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/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env
ArtifactUUID:4b314c78-de5b-4e28-949f-d7661cba7bcf
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-01-04T05:13:01.722Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e07d99f-9b4e-45ac-8b25-268e134c12ee 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-01-04T05:13:01.916Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:13:01.917Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-04T05:13:01.917Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-04T05:13:01.917Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7eef46e0-982d-4513-b2a0-9ab89cdfe12c from URL: /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:01.918Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-04T05:13:01.919Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:02.581Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-04T05:13:02.597Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar 7eef46e0-982d-4513-b2a0-9ab89cdfe12c 71560
2022-01-04T05:13:02.598Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar ASDC sendASDCNotification
2022-01-04T05:13:02.599Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:02.599Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:13:02.600Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:13:02.601Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:13:02.602Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273182597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:13:02.702Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:13:02.703Z||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-01-04T05:13:02.703Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:13:02.716Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:13:02.716Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:13:03.602Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:13:03.604Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-04T05:13:03.604Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7eef46e0-982d-4513-b2a0-9ab89cdfe12c, URL: /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar to file: /app/ASDC/1/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:03.605Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:03.791Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:03.791Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:04.177Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3151553389855727833/Definitions/service-BasicOnboardPfakbh-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-01-04T05:13:05.791Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-04T05:13:05.795Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-01-04T05:13:05.795Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:05.795Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-04T05:13:05.795Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||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-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:05.795Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:05.795Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||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-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:05.795Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:05.795Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:05.796Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:05.796Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:05.796Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_PFAKBh 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-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:05.796Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:05.796Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-01-04T05:13:05.811Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:05.813Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:05.817Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PFAKBh 0 is matching search criteria
2022-01-04T05:13:05.817Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-01-04T05:13:05.818Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PFAKBh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:13:05.820Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:05.820Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:05.820Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PFAKBh 0 is matching search criteria
2022-01-04T05:13:05.820Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-01-04T05:13:05.821Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PFAKBh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:13:05.821Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:05.821Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:05.824Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:05.824Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PFAKBh 0 is not matching search criteria
2022-01-04T05:13:05.824Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-01-04T05:13:05.824Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-01-04T05:13:05.824Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-01-04T05:13:05.824Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-04T05:13:05.824Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-04T05:13:05.825Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:05.825Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-04T05:13:05.825Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:05.826Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PFAKBh 0 is matching search criteria
2022-01-04T05:13:05.826Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PFAKBh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:13:05.826Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:05.826Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PFAKBh 0 is matching search criteria
2022-01-04T05:13:05.826Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PFAKBh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:13:05.826Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:05.826Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PFAKBh 0 is matching search criteria
2022-01-04T05:13:05.826Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PFAKBh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:13:05.827Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:05.827Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PFAKBh 0 is not matching search criteria
2022-01-04T05:13:05.827Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-04T05:13:05.827Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-04T05:13:05.827Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=13b512d4-a1fb-4b05-acc6-b6dfd0f3352a
2022-01-04T05:13:05.827Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:05.827Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:05.827Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:05.827Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:05.828Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:05.828Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:05.828Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:05.828Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:05.828Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_PFAKBh
Description:service
Model UUID:7e07d99f-9b4e-45ac-8b25-268e134c12ee
Model Version:NULL
Model InvariantUuid:c5b00f84-c483-4f0d-abb1-e04e3e4e1521
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_PFAKBh
Model UUID:8fdd1b8b-e0d1-4a6a-a6fc-e2d4aeb5d880
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:58932f17-341a-41e9-a00e-91feb31312bf
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d9df602c-c126-4ff0-8b6c-1ce12e80e054
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:71c7e9b4-8631-4354-9e2f-a5a01d8f17fd
ModelName:BasicOnboardPfakbh..base_ubuntu18..module-0
ModelUuid:83889e70-2a3f-4a09-8107-7d0133293a5f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:13b512d4-a1fb-4b05-acc6-b6dfd0f3352a
ModelInvariantUuid:604b348f-33dd-44e0-bb5c-98d1e00896ca
ModelName:basic_onboard_PFAKBh-nodes.ubuntu18Cvfc
ModelUuid:bc76abe4-83ae-476e-9298-674681de90b3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:d81f2018-44a9-4941-978d-89d2fea72e0a
ModelInvariantUuid:e4417b4d-fb12-4f5a-8f31-3822ca73e938
ModelName:BasicOnboardPfakbh.compute.nodes.heat.ubuntu18
ModelUuid:fe72a53a-7b3f-45c7-985c-ecef9ed5d182
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-01-04T05:13:05.848Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 7398be53-d305-4946-bbca-0742253a8eec
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-01-04T05:13:05.931Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||basic_onboard_PFAKBh 0
2022-01-04T05:13:05.936Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7398be53-d305-4946-bbca-0742253a8eec
2022-01-04T05:13:05.936Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7d406d8e-ebd2-40a1-8759-b8f6981fbf2b from URL: /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json
2022-01-04T05:13:05.936Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-04T05:13:05.936Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json
2022-01-04T05:13:05.993Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-04T05:13:05.993Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json 7d406d8e-ebd2-40a1-8759-b8f6981fbf2b 798
2022-01-04T05:13:05.993Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json ASDC sendASDCNotification
2022-01-04T05:13:05.994Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json
2022-01-04T05:13:05.994Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:13:05.994Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:13:05.997Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:13:05.998Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273185993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:13:06.098Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:13:06.099Z||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-01-04T05:13:06.099Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:13:06.114Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:13:06.115Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:13:06.999Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPfakbh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "71c7e9b4-8631-4354-9e2f-a5a01d8f17fd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "83889e70-2a3f-4a09-8107-7d0133293a5f",
"vfModuleModelCustomizationUUID": "cee3d40f-6856-4b57-99c1-c19a42bf751d",
"isBase": true,
"artifacts": [
"0e73c86f-1d27-4973-8f7a-4e090f020303",
"4b314c78-de5b-4e28-949f-d7661cba7bcf"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-01-04T05:13:07.018Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPfakbh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83889e70-2a3f-4a09-8107-7d0133293a5f
VfModuleModelInvariantUUID:71c7e9b4-8631-4354-9e2f-a5a01d8f17fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
0e73c86f-1d27-4973-8f7a-4e090f020303
,
4b314c78-de5b-4e28-949f-d7661cba7bcf
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-01-04T05:13:07.020Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPfakbh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "71c7e9b4-8631-4354-9e2f-a5a01d8f17fd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "83889e70-2a3f-4a09-8107-7d0133293a5f",
"vfModuleModelCustomizationUUID": "cee3d40f-6856-4b57-99c1-c19a42bf751d",
"isBase": true,
"artifacts": [
"0e73c86f-1d27-4973-8f7a-4e090f020303",
"4b314c78-de5b-4e28-949f-d7661cba7bcf"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-01-04T05:13:07.020Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPfakbh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83889e70-2a3f-4a09-8107-7d0133293a5f
VfModuleModelInvariantUUID:71c7e9b4-8631-4354-9e2f-a5a01d8f17fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
0e73c86f-1d27-4973-8f7a-4e090f020303
,
4b314c78-de5b-4e28-949f-d7661cba7bcf
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-01-04T05:13:07.020Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0e73c86f-1d27-4973-8f7a-4e090f020303 from URL: /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml
2022-01-04T05:13:07.020Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-04T05:13:07.021Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml
2022-01-04T05:13:07.070Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-04T05:13:07.070Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml 0e73c86f-1d27-4973-8f7a-4e090f020303 5033
2022-01-04T05:13:07.071Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-04T05:13:07.071Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml
2022-01-04T05:13:07.071Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:13:07.071Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:13:07.074Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:13:07.074Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273187071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:13:07.174Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:13:07.175Z||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-01-04T05:13:07.175Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:13:07.192Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:13:07.192Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:13:08.074Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4b314c78-de5b-4e28-949f-d7661cba7bcf from URL: /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env
2022-01-04T05:13:08.075Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-04T05:13:08.075Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env
2022-01-04T05:13:08.124Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-04T05:13:08.124Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env 4b314c78-de5b-4e28-949f-d7661cba7bcf 909
2022-01-04T05:13:08.125Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-04T05:13:08.125Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env
2022-01-04T05:13:08.125Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:13:08.125Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:13:08.127Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:13:08.127Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273188125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:13:08.228Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:13:08.228Z||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-01-04T05:13:08.229Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:13:08.242Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:13:08.242Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:13:09.128Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7e07d99f-9b4e-45ac-8b25-268e134c12ee
2022-01-04T05:13:09.129Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_PFAKBh 0 7398be53-d305-4946-bbca-0742253a8eec 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-01-04T05:13:09.161Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a0b08d2, org.onap.sdc.toscaparser.api.parameters.Input@5cb19794, org.onap.sdc.toscaparser.api.parameters.Input@4a3c3c73, org.onap.sdc.toscaparser.api.parameters.Input@1f96b850, org.onap.sdc.toscaparser.api.parameters.Input@7db97ee8]
2022-01-04T05:13:09.164Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:09.164Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:09.164Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-01-04T05:13:09.164Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d9df602c-c126-4ff0-8b6c-1ce12e80e054
2022-01-04T05:13:09.164Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d9df602c-c126-4ff0-8b6c-1ce12e80e054 matches Tosca VF Customization UUID: d9df602c-c126-4ff0-8b6c-1ce12e80e054
2022-01-04T05:13:09.165Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d9df602c-c126-4ff0-8b6c-1ce12e80e054 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-01-04T05:13:09.169Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:09.170Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:09.170Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d9df602c-c126-4ff0-8b6c-1ce12e80e054: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-01-04T05:13:09.170Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7e8d7718
2022-01-04T05:13:09.170Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:09.171Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-04T05:13:09.171Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cee3d40f-6856-4b57-99c1-c19a42bf751d
2022-01-04T05:13:09.172Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cee3d40f-6856-4b57-99c1-c19a42bf751d
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-01-04T05:13:09.176Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:09.176Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PFAKBh 0 is matching search criteria
2022-01-04T05:13:09.177Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PFAKBh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:13:09.177Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:09.177Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PFAKBh 0 is matching search criteria
2022-01-04T05:13:09.177Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PFAKBh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:13:09.177Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:09.178Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PFAKBh 0 is not matching search criteria
2022-01-04T05:13:09.178Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-04T05:13:09.178Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-04T05:13:09.178Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=13b512d4-a1fb-4b05-acc6-b6dfd0f3352a
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-01-04T05:13:09.184Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:09.184Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PFAKBh 0 is matching search criteria
2022-01-04T05:13:09.184Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PFAKBh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:13:09.184Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:09.185Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PFAKBh 0 is matching search criteria
2022-01-04T05:13:09.185Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PFAKBh 0] matching following query criteria: sdcType=VF, customizationUUID=d9df602c-c126-4ff0-8b6c-1ce12e80e054
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-01-04T05:13:09.186Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:09.187Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:09.187Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7e07d99f-9b4e-45ac-8b25-268e134c12ee: basic_onboard_PFAKBh
2022-01-04T05:13:09.187Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:09.187Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:09.187Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:09.187Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:09.187Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:09.188Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:09.188Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:09.188Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:09.188Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:13:09.188Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:09.188Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_PFAKBh
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-04T05:13:09.373Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_PFAKBh 7398be53-d305-4946-bbca-0742253a8eec 1 ASDC deployResourceStructure
2022-01-04T05:13:09.373Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json ASDC sendASDCNotification
2022-01-04T05:13:09.373Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json
2022-01-04T05:13:09.373Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:13:09.373Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:13:09.375Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:13:09.375Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273189373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-04T05:13:09.475Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:13:09.476Z||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-01-04T05:13:09.477Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:13:09.491Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:13:09.492Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:13:10.376Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-04T05:13:10.376Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml
2022-01-04T05:13:10.377Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:13:10.377Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:13:10.379Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:13:10.379Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273190376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-01-04T05:13:10.479Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:13:10.481Z||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-01-04T05:13:10.481Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:13:10.496Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:13:10.497Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:13:11.381Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-04T05:13:11.381Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env
2022-01-04T05:13:11.381Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:13:11.381Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:13:11.384Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:13:11.384Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273191380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-01-04T05:13:11.484Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:13:11.485Z||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-01-04T05:13:11.485Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:13:11.499Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:13:11.499Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:13:12.384Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar ASDC sendASDCNotification
2022-01-04T05:13:12.385Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:12.385Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:13:12.386Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:13:12.387Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:13:12.387Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273192384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-04T05:13:12.489Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:13:12.490Z||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-01-04T05:13:12.491Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:13:12.506Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:13:12.507Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:13:13.389Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
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-01-04T05:13:13.422Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
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-01-04T05:13:13.424Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:13:13.424Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:13:13.425Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:13:43.425Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
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-01-04T05:13:43.438Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
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-01-04T05:13:43.441Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:13:43.442Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:13:43.442Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:13:53.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:13:53.917Z||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-01-04T05:13:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:13:53.943Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:13:53.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:13:53.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "cds",
"timestamp": 1641273170473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:13:53.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:14:13.442Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
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-01-04T05:14:13.455Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
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-01-04T05:14:13.458Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:14:13.459Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:14:13.459Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:14:43.459Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
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-01-04T05:14:43.473Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
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-01-04T05:14:43.475Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:14:43.476Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:14:43.476Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:14:53.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:14:53.917Z||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-01-04T05:14:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:14:53.942Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:14:53.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:14:53.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273173478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:14:53.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:13.476Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
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-01-04T05:15:13.489Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
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-01-04T05:15:13.492Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:15:13.492Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:15:13.492Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:15:43.492Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
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-01-04T05:15:43.504Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
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-01-04T05:15:43.506Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:15:43.506Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:15:43.507Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:15:53.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:15:53.917Z||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-01-04T05:15:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:15:54.449Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:15:54.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "dcae-sch",
"timestamp": 1641273172628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273171762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-04T05:15:54.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "clamp",
"timestamp": 1641273162224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
"status": "NOTIFIED"
}
2022-01-04T05:15:54.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "policy-id",
"timestamp": 1641273164499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
"status": "NOTIFIED"
}
2022-01-04T05:15:54.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273173914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "ves-openapi-manager",
"timestamp": 1641273168097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "cds",
"timestamp": 1641273170473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273173478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "dcae-sch",
"timestamp": 1641273172628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273171762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273173914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
"status": "NOTIFIED"
}
2022-01-04T05:15:54.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "policy-id",
"timestamp": 1641273175581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:15:54.459Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "cds",
"timestamp": 1641273170473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273173478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "dcae-sch",
"timestamp": 1641273172628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273171762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273173914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "policy-id",
"timestamp": 1641273176590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "cds",
"timestamp": 1641273170473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
"status": "NOTIFIED"
}
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273173478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "dcae-sch",
"timestamp": 1641273172628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273171762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273173914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "policy-id",
"timestamp": 1641273177594,
"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-01-04T05:15:54.469Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55b72ce2-1243-4a8c-90fc-fb6daf968f18
2022-01-04T05:15:54.470Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55b72ce2-1243-4a8c-90fc-fb6daf968f18 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-01-04T05:15:54.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273173478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "dcae-sch",
"timestamp": 1641273172628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "cds",
"timestamp": 1641273178344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273171762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
"status": "NOTIFIED"
}
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273173914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273173478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "dcae-sch",
"timestamp": 1641273172628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.480Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "cds",
"timestamp": 1641273179360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-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-01-04T05:15:54.485Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 55b72ce2-1243-4a8c-90fc-fb6daf968f18
2022-01-04T05:15:54.486Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55b72ce2-1243-4a8c-90fc-fb6daf968f18 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-01-04T05:15:54.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "aai-ml",
"timestamp": 1641273178705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273173914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273179604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273173478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
"status": "NOTIFIED"
}
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "aai-ml",
"timestamp": 1641273178705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273173914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
"status": "NOTIFIED"
}
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273180825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "aai-ml",
"timestamp": 1641273178705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273181716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "clamp",
"timestamp": 1641273182067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:15:54.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273182169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:15:54.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "aai-ml",
"timestamp": 1641273178705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273182597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:15:54.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "aai-ml",
"timestamp": 1641273178705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.499Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "clamp",
"timestamp": 1641273184080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-04T05:15:54.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273184087,
"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-01-04T05:15:54.504Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55b72ce2-1243-4a8c-90fc-fb6daf968f18
2022-01-04T05:15:54.504Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55b72ce2-1243-4a8c-90fc-fb6daf968f18 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-01-04T05:15:54.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "aai-ml",
"timestamp": 1641273178705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "clamp",
"timestamp": 1641273185084,
"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-01-04T05:15:54.518Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 55b72ce2-1243-4a8c-90fc-fb6daf968f18
2022-01-04T05:15:54.518Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55b72ce2-1243-4a8c-90fc-fb6daf968f18 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-01-04T05:15:54.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273185089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-04T05:15:54.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "aai-ml",
"timestamp": 1641273178705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
"status": "NOTIFIED"
}
2022-01-04T05:15:54.528Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-04T05:15:54.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273185698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-04T05:15:54.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273185993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:15:54.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "aai-ml",
"timestamp": 1641273186493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:15:54.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273186702,
"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-01-04T05:15:54.534Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 55b72ce2-1243-4a8c-90fc-fb6daf968f18
2022-01-04T05:15:54.535Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55b72ce2-1243-4a8c-90fc-fb6daf968f18 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-01-04T05:15:54.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273187071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:15:54.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273188125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:15:54.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273189373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-04T05:15:54.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273190376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-01-04T05:15:54.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273191380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-01-04T05:15:54.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273192384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-04T05:15:54.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "aai-ml",
"timestamp": 1641273196027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-04T05:15:54.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "aai-ml",
"timestamp": 1641273197033,
"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-01-04T05:15:54.553Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 55b72ce2-1243-4a8c-90fc-fb6daf968f18
2022-01-04T05:15:54.554Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55b72ce2-1243-4a8c-90fc-fb6daf968f18 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-01-04T05:16:13.507Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
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-01-04T05:16:13.520Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
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-01-04T05:16:13.524Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:16:13.524Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-04T05:16:13.524Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-04T05:16:13.524Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-04T05:16:13.524Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-04T05:16:13.524Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-04T05:16:13.524Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-04T05:16:13.524Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-04T05:16:13.524Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-04T05:16:13.525Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-04T05:16:13.525Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-04T05:16:13.532Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-04T05:16:43.533Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18 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-01-04T05:16:43.544Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18 and serviceModelVersionId: 7e07d99f-9b4e-45ac-8b25-268e134c12ee
2022-01-04T05:16:43.544Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c5b00f84-c483-4f0d-abb1-e04e3e4e1521
2022-01-04T05:16:53.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:16:53.916Z||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-01-04T05:16:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:16:55.265Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c5b00f84-c483-4f0d-abb1-e04e3e4e1521/model-vers/model-ver/7e07d99f-9b4e-45ac-8b25-268e134c12ee?depth=0
2022-01-04T05:16:55.359Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-01-04T05:16:55.795Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5b00f84-c483-4f0d-abb1-e04e3e4e1521/model-vers/model-ver/7e07d99f-9b4e-45ac-8b25-268e134c12ee?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-01-04T05:16:55.798Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5b00f84-c483-4f0d-abb1-e04e3e4e1521/model-vers/model-ver/7e07d99f-9b4e-45ac-8b25-268e134c12ee?depth=0|INFO|500||Invoke
2022-01-04T05:16:55.959Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5b00f84-c483-4f0d-abb1-e04e3e4e1521/model-vers/model-ver/7e07d99f-9b4e-45ac-8b25-268e134c12ee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-01-04T05:16:56.120Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5b00f84-c483-4f0d-abb1-e04e3e4e1521/model-vers/model-ver/7e07d99f-9b4e-45ac-8b25-268e134c12ee?depth=0|INFO|500||InvokeReturn
2022-01-04T05:16:56.120Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5b00f84-c483-4f0d-abb1-e04e3e4e1521/model-vers/model-ver/7e07d99f-9b4e-45ac-8b25-268e134c12ee?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220104-05:16:55:967-40339], vertex-id=[217200], Content-Length=[0], Date=[Tue, 04 Jan 2022 05:16:55 GMT], Content-Type=[application/json]}
2022-01-04T05:16:56.121Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-01-04T05:16:56.124Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-04T05:16:56.124Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-04T05:16:56.191Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-01-04T05:16:56.208Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55b72ce2-1243-4a8c-90fc-fb6daf968f18 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-04T05:16:56.209Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-04T05:16:56.209Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:16:56.211Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:16:56.211Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273416208,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-04T05:16:56.312Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-04T05:16:56.313Z||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-01-04T05:16:56.314Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:16:56.327Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:16:56.327Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:16:56.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:16:56.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:16:56.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273416208,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-04T05:16:56.952Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-01-04T05:16:57.233Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:16:57.234Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:16:57.234Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:17:07.570Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:17:07.571Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:17:07.572Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:17:07.572Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:17:17.111Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:17:17.112Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:17:17.113Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:17:17.113Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:17:26.653Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:17:26.654Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:17:26.655Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:17:26.655Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:17:36.194Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:17:53.914Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:17:53.915Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:17:53.915Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:17:53.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:17:53.916Z||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-01-04T05:17:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:18:03.479Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:18:03.482Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:18:53.914Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:18:53.915Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:18:53.915Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:18:53.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:18:53.916Z||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-01-04T05:18:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:18:54.551Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:18:54.552Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.552Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:18:54.552Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1","serviceName":"vFW 2022-01-04 05-16-50","serviceVersion":"1.0","serviceUUID":"8e308ab7-1873-48c3-bc0c-50c441ada9f5","serviceDescription":"catalog service description","serviceInvariantUUID":"aa57f574-c091-48f9-9322-2ba68e52b3af","resources":[{"resourceInstanceName":"vFW d4ddad5f-4002 0","resourceName":"vFW d4ddad5f-4002","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"29e0f44e-70fa-4d0e-9f91-8ad11c7f6501","resourceInvariantUUID":"7b2bac7c-8753-47e4-8e87-df1598583f39","resourceCustomizationUUID":"6f9edb37-db0a-45cb-b791-6e6297fe2315","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vf-license-model.xml","artifactChecksum":"Mjg0YjUzNTdhZTEzMmE5NWM2MDlhMzJiODcyNWE2NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0790c4dc-f1d1-43de-83c7-3d17dffc3648","artifactVersion":"1"},{"artifactName":"vfwd4ddad5f40020_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json","artifactChecksum":"NDkxZGEzNTllYzkxZGY5MzJiMmZiZDU1YmEzMTk4MDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a47cd322-6450-4196-9987-4452b12377e8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fc79645c-f136-4012-97e8-6667104fd935","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vendor-license-model.xml","artifactChecksum":"OGRlNDMyNDQwMmQzOTM1OGJmY2U5ODA2OTQ3YmEwMjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"31d2aebb-8320-45d9-b707-14da2ec089eb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"69fe5159-d2f6-416f-8498-6e80a9297b6c","artifactVersion":"2","generatedFromUUID":"fc79645c-f136-4012-97e8-6667104fd935"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220104051650-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-template.yml","artifactChecksum":"ZThhYjI4Mjk2NDlhMTExYzY3NzFmOTNmMDRhZjFhOWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed8d1dd8-08c6-4dc1-aa14-582a7b84de6c","artifactVersion":"1"},{"artifactName":"service-Vfw20220104051650-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar","artifactChecksum":"ZGZlZmQzNWU0MjJkMjgxMjFiNjk3MjVjNGJiMDU5YjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0fb92660-c2eb-4ac4-8ca7-255bea66394a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-04T05:18:54.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "clamp",
"timestamp": 1641273492224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.555Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:18:54.556Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:18:54.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273491762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1641273488097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "dcae-sch",
"timestamp": 1641273492628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273491762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
"status": "NOTIFIED"
}
2022-01-04T05:18:54.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "clamp",
"timestamp": 1641273492224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
"status": "NOTIFIED"
}
2022-01-04T05:18:54.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1641273488097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "dcae-sch",
"timestamp": 1641273492628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.558Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:18:54.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.558Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273533914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273491762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-04T05:18:54.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "clamp",
"timestamp": 1641273492224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1641273488097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "dcae-sch",
"timestamp": 1641273492628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273491762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "clamp",
"timestamp": 1641273492224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1641273488097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "dcae-sch",
"timestamp": 1641273492628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273491762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-04T05:18:54.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "clamp",
"timestamp": 1641273492224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1641273488097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "dcae-sch",
"timestamp": 1641273492628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "cds",
"timestamp": 1641273500473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273491762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "clamp",
"timestamp": 1641273492224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1641273488097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "dcae-sch",
"timestamp": 1641273492628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "cds",
"timestamp": 1641273500473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273491762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
"status": "NOTIFIED"
}
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "clamp",
"timestamp": 1641273492224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
"status": "NOTIFIED"
}
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1641273488097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "dcae-sch",
"timestamp": 1641273492628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "cds",
"timestamp": 1641273500473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273503977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:18:54.569Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "cds",
"timestamp": 1641273500473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273503477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273505032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:18:54.569Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "cds",
"timestamp": 1641273500473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273503477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "policy-id",
"timestamp": 1641273504499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273506092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:18:54.571Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "cds",
"timestamp": 1641273500473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273503477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "policy-id",
"timestamp": 1641273504499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273507109,
"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-01-04T05:18:54.590Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1
2022-01-04T05:18:54.590Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1 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-01-04T05:18:54.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "cds",
"timestamp": 1641273500473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
"status": "NOTIFIED"
}
2022-01-04T05:18:54.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273503477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "policy-id",
"timestamp": 1641273504499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-04T05:18:54.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273508111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
"status": "DEPLOY_OK"
}
2022-01-04T05:18:54.602Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273503477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "policy-id",
"timestamp": 1641273504499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "cds",
"timestamp": 1641273508237,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:18:54.603Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273503477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "policy-id",
"timestamp": 1641273504499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "cds",
"timestamp": 1641273509243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-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-01-04T05:18:54.612Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1
2022-01-04T05:18:54.612Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1 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-01-04T05:18:54.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "aai-ml",
"timestamp": 1641273508705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273503477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
"status": "NOTIFIED"
}
2022-01-04T05:18:54.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "policy-id",
"timestamp": 1641273504499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "aai-ml",
"timestamp": 1641273508705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "clamp",
"timestamp": 1641273511091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:18:54.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "policy-id",
"timestamp": 1641273504499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
"status": "NOTIFIED"
}
2022-01-04T05:18:54.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "aai-ml",
"timestamp": 1641273508705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273511508,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:18:54.625Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "aai-ml",
"timestamp": 1641273508705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "policy-id",
"timestamp": 1641273512674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:18:54.626Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "clamp",
"timestamp": 1641273513099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-04T05:18:54.627Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "aai-ml",
"timestamp": 1641273508705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "policy-id",
"timestamp": 1641273513678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-04T05:18:54.627Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "clamp",
"timestamp": 1641273514103,
"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-01-04T05:18:54.633Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1
2022-01-04T05:18:54.633Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1 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-01-04T05:18:54.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "aai-ml",
"timestamp": 1641273508705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273514466,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-04T05:18:54.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "policy-id",
"timestamp": 1641273514681,
"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-01-04T05:18:54.648Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1
2022-01-04T05:18:54.648Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1 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-01-04T05:18:54.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "aai-ml",
"timestamp": 1641273508705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
"status": "NOTIFIED"
}
2022-01-04T05:18:54.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:18:54.658Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:18:54.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273515470,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
2022-01-04T05:18:54.659Z||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-01-04T05:18:54.660Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
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-01-04T05:18:54.664Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1
2022-01-04T05:18:54.665Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1 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-01-04T05:18:54.672Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:18:54.673Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:18:54.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "aai-ml",
"timestamp": 1641273516522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:18:54.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "aai-ml",
"timestamp": 1641273525119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-04T05:18:54.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "aai-ml",
"timestamp": 1641273526122,
"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-01-04T05:18:54.680Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1
2022-01-04T05:18:54.680Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1 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-01-04T05:18:55.559Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:18:55.560Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:18:55.562Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:18:55.562Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273533914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
"status": "NOTIFIED"
}
2022-01-04T05:18:55.663Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:18:55.664Z||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-01-04T05:18:55.664Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:18:55.704Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:18:55.705Z||pool-20-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:18:56.563Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:18:56.564Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:18:56.567Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:18:56.567Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273533914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-04T05:18:56.667Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:18:56.668Z||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-01-04T05:18:56.668Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:18:56.683Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:18:56.684Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:18:57.567Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:18:57.569Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:18:57.571Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:18:57.572Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273533914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:57.672Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:18:57.673Z||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-01-04T05:18:57.673Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:18:57.686Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:18:57.687Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:18:58.573Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:18:58.574Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:18:58.576Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:18:58.576Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273533914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-04T05:18:58.676Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:18:58.677Z||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-01-04T05:18:58.677Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:18:58.700Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:18:58.700Z||pool-23-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:18:59.576Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:18:59.577Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:18:59.580Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:18:59.580Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273533914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:18:59.680Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:18:59.681Z||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-01-04T05:18:59.681Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:18:59.697Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:18:59.697Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:19:00.580Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:19:00.581Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:19:00.583Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:19:00.583Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273533914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
"status": "NOTIFIED"
}
2022-01-04T05:19:00.684Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-04T05:19:00.684Z||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-01-04T05:19:00.685Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:19:00.696Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:19:00.697Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:19:01.585Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"serviceName": "vFW 2022-01-04 05-16-50",
"serviceVersion": "1.0",
"serviceUUID": "8e308ab7-1873-48c3-bc0c-50c441ada9f5",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "aa57f574-c091-48f9-9322-2ba68e52b3af",
"resources": [
{
"resourceInstanceName": "vFW d4ddad5f-4002 0",
"resourceCustomizationUUID": "6f9edb37-db0a-45cb-b791-6e6297fe2315",
"resourceName": "vFW d4ddad5f-4002",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "29e0f44e-70fa-4d0e-9f91-8ad11c7f6501",
"resourceInvariantUUID": "7b2bac7c-8753-47e4-8e87-df1598583f39",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd4ddad5f40020_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
"artifactChecksum": "NDkxZGEzNTllYzkxZGY5MzJiMmZiZDU1YmEzMTk4MDk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a47cd322-6450-4196-9987-4452b12377e8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fc79645c-f136-4012-97e8-6667104fd935",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "69fe5159-d2f6-416f-8498-6e80a9297b6c",
"generatedFromUUID": "fc79645c-f136-4012-97e8-6667104fd935"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "69fe5159-d2f6-416f-8498-6e80a9297b6c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220104051650-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
"artifactChecksum": "ZGZlZmQzNWU0MjJkMjgxMjFiNjk3MjVjNGJiMDU5YjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0fb92660-c2eb-4ac4-8ca7-255bea66394a"
}
],
"workloadContext": "Production"
}
2022-01-04T05:19:01.586Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-04T05:19:01.586Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8e308ab7-1873-48c3-bc0c-50c441ada9f5 ASDC
2022-01-04T05:19:01.587Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1
ServiceName:vFW 2022-01-04 05-16-50
ServiceVersion:1.0
ServiceUUID:8e308ab7-1873-48c3-bc0c-50c441ada9f5
ServiceInvariantUUID:aa57f574-c091-48f9-9322-2ba68e52b3af
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220104051650-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar
ArtifactUUID:0fb92660-c2eb-4ac4-8ca7-255bea66394a
ArtifactChecksum:ZGZlZmQzNWU0MjJkMjgxMjFiNjk3MjVjNGJiMDU5YjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d4ddad5f-4002 0
ResourceCustomizationUUID:6f9edb37-db0a-45cb-b791-6e6297fe2315
ResourceInvariantUUID:7b2bac7c-8753-47e4-8e87-df1598583f39
ResourceName:vFW d4ddad5f-4002
ResourceType:VF
ResourceUUID:29e0f44e-70fa-4d0e-9f91-8ad11c7f6501
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd4ddad5f40020_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json
ArtifactUUID:a47cd322-6450-4196-9987-4452b12377e8
ArtifactChecksum:NDkxZGEzNTllYzkxZGY5MzJiMmZiZDU1YmEzMTk4MDk=
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/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml
ArtifactUUID:fc79645c-f136-4012-97e8-6667104fd935
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/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env
ArtifactUUID:69fe5159-d2f6-416f-8498-6e80a9297b6c
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/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env
ArtifactUUID:69fe5159-d2f6-416f-8498-6e80a9297b6c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-01-04T05:19:01.587Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8e308ab7-1873-48c3-bc0c-50c441ada9f5 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-01-04T05:19:01.623Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:19:01.623Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-04T05:19:01.623Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-04T05:19:01.623Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0fb92660-c2eb-4ac4-8ca7-255bea66394a from URL: /sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:01.624Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-04T05:19:01.624Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:01.846Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-04T05:19:01.852Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar 0fb92660-c2eb-4ac4-8ca7-255bea66394a 98950
2022-01-04T05:19:01.852Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar ASDC sendASDCNotification
2022-01-04T05:19:01.852Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:01.852Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:19:01.853Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:19:01.855Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:19:01.855Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273541852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:19:01.955Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:19:01.957Z||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-01-04T05:19:01.957Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:19:01.971Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:19:01.972Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:19:02.856Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:19:02.858Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-04T05:19:02.858Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0fb92660-c2eb-4ac4-8ca7-255bea66394a, URL: /sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar to file: /app/ASDC/1/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:02.859Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220104051650-csar.csar
2022-01-04T05:19:02.859Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:02.859Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:03.053Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1682495295368767381/Definitions/service-Vfw20220104051650-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-01-04T05:19:05.297Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d4ddad5f-4002 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-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||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-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||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-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||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-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||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-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.299Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.299Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-01-04T05:19:05.299Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:05.299Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:05.299Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is matching search criteria
2022-01-04T05:19:05.299Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-01-04T05:19:05.299Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d4ddad5f-4002 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:19:05.299Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:05.299Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:05.300Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is matching search criteria
2022-01-04T05:19:05.300Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-01-04T05:19:05.300Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d4ddad5f-4002 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:19:05.300Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:05.300Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:05.300Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:05.300Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is not matching search criteria
2022-01-04T05:19:05.300Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:19:05.300Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:19:05.300Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-04T05:19:05.301Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:05.301Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:19:05.301Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-04T05:19:05.301Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:19:05.301Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-04T05:19:05.301Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-04T05:19:05.301Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:19:05.301Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:05.301Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-04T05:19:05.301Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:05.301Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-04T05:19:05.302Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:19:05.302Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-04T05:19:05.302Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:05.302Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-04T05:19:05.302Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:05.302Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is matching search criteria
2022-01-04T05:19:05.302Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d4ddad5f-4002 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:19:05.306Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:05.306Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is matching search criteria
2022-01-04T05:19:05.306Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d4ddad5f-4002 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:19:05.307Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:05.307Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is matching search criteria
2022-01-04T05:19:05.307Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d4ddad5f-4002 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:19:05.307Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:05.307Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is not matching search criteria
2022-01-04T05:19:05.308Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:19:05.308Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:19:05.308Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-04T05:19:05.308Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-04T05:19:05.308Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-04T05:19:05.308Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:19:05.309Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:05.309Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-04T05:19:05.309Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:05.309Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-04T05:19:05.309Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:19:05.309Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cb796e66-6808-4b04-8b8d-5f44a8c1b6a1
2022-01-04T05:19:05.310Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:05.310Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is not matching search criteria
2022-01-04T05:19:05.310Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:19:05.310Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:19:05.311Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-04T05:19:05.311Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:05.311Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:19:05.311Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-04T05:19:05.311Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:19:05.312Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-04T05:19:05.312Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-04T05:19:05.312Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:05.312Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-04T05:19:05.312Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:19:05.312Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c3d30ee9-e87a-4815-98fd-b1feb2aa9519
2022-01-04T05:19:05.313Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:05.313Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is not matching search criteria
2022-01-04T05:19:05.313Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:19:05.313Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:19:05.313Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-04T05:19:05.313Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:05.314Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:19:05.314Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-04T05:19:05.314Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:19:05.314Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-04T05:19:05.314Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-04T05:19:05.314Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:19:05.314Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:05.315Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-04T05:19:05.315Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c37ab8b9-aec6-410c-98c5-986030e0b01d
2022-01-04T05:19:05.315Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:05.315Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:05.315Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:05.315Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:05.315Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:05.315Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:05.315Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:05.315Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:05.315Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-01-04 05-16-50
Description:catalog service description
Model UUID:8e308ab7-1873-48c3-bc0c-50c441ada9f5
Model Version:NULL
Model InvariantUuid:aa57f574-c091-48f9-9322-2ba68e52b3af
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d4ddad5f-4002
Model UUID:0c5fe2b7-7c2a-42e0-a760-ebdd75a9fe33
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7b2bac7c-8753-47e4-8e87-df1598583f39
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6f9edb37-db0a-45cb-b791-6e6297fe2315
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:de09ca4b-d893-418f-941a-ac0736eb8399
ModelName:VfwD4ddad5f4002..base_vfw..module-0
ModelUuid:edbb6206-4a45-4ac8-8072-dff15ae32f4b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cb796e66-6808-4b04-8b8d-5f44a8c1b6a1
ModelInvariantUuid:27c94972-b228-431c-888c-9aa076dbb5a6
ModelName:vFW d4ddad5f-4002-nodes.vfwCvfc
ModelUuid:390fe85c-384e-432f-88f9-7677c5c0ecb2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:06da9dbb-f32a-47a6-98c5-2c5bfbe774e6
ModelInvariantUuid:b743d43c-12b4-489c-a228-d0b5410a665d
ModelName:VfwD4ddad5f4002.compute.nodes.heat.vfw
ModelUuid:2656716f-6534-401c-b28a-3a4508d1fd89
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c3d30ee9-e87a-4815-98fd-b1feb2aa9519
ModelInvariantUuid:2b9e6acc-ebcd-4b63-bd88-294f36bb0d7c
ModelName:vFW d4ddad5f-4002-nodes.vsnCvfc
ModelUuid:7fda69b6-70e3-47e7-aa71-e86408ceafca
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c8d5ce6d-8399-4653-85d4-2dd40e1f4975
ModelInvariantUuid:aba800e9-512e-4659-bb4a-946800b9f1c2
ModelName:VfwD4ddad5f4002.compute.nodes.heat.vsn
ModelUuid:6621dbc3-66a2-4d5d-95ad-16eca243f8fc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c37ab8b9-aec6-410c-98c5-986030e0b01d
ModelInvariantUuid:da37e60c-04d6-47ae-8acb-fb0abaf5a353
ModelName:vFW d4ddad5f-4002-nodes.vpgCvfc
ModelUuid:d00113cf-0d46-4dd7-835e-ca0e37344451
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:cba82885-cef8-46fa-8e15-00efb6d186e7
ModelInvariantUuid:a85949b3-3dd9-4bb1-920f-566729de94ae
ModelName:VfwD4ddad5f4002.compute.nodes.heat.vpg
ModelUuid:c7cbcdb6-8455-4a6c-b308-0f1598916379
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-01-04T05:19:05.323Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 29e0f44e-70fa-4d0e-9f91-8ad11c7f6501
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-01-04T05:19:05.326Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||vFW d4ddad5f-4002 0
2022-01-04T05:19:05.326Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 29e0f44e-70fa-4d0e-9f91-8ad11c7f6501
2022-01-04T05:19:05.327Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a47cd322-6450-4196-9987-4452b12377e8 from URL: /sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json
2022-01-04T05:19:05.327Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-04T05:19:05.327Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json
2022-01-04T05:19:05.489Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-04T05:19:05.490Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json a47cd322-6450-4196-9987-4452b12377e8 785
2022-01-04T05:19:05.490Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json ASDC sendASDCNotification
2022-01-04T05:19:05.491Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json
2022-01-04T05:19:05.491Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:19:05.491Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:19:05.494Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:19:05.494Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273545490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:19:05.594Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:19:05.595Z||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-01-04T05:19:05.595Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:19:05.608Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:19:05.609Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-04T05:19:06.494Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD4ddad5f4002..base_vfw..module-0",
"vfModuleModelInvariantUUID": "de09ca4b-d893-418f-941a-ac0736eb8399",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "edbb6206-4a45-4ac8-8072-dff15ae32f4b",
"vfModuleModelCustomizationUUID": "0f894c33-2a93-43a1-b447-10fb5d4772da",
"isBase": true,
"artifacts": [
"fc79645c-f136-4012-97e8-6667104fd935",
"69fe5159-d2f6-416f-8498-6e80a9297b6c"
],
"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-01-04T05:19:06.500Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD4ddad5f4002..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:edbb6206-4a45-4ac8-8072-dff15ae32f4b
VfModuleModelInvariantUUID:de09ca4b-d893-418f-941a-ac0736eb8399
VfModuleModelDescription:NULL
Artifacts UUID List:{
fc79645c-f136-4012-97e8-6667104fd935
,
69fe5159-d2f6-416f-8498-6e80a9297b6c
}
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-01-04T05:19:06.503Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD4ddad5f4002..base_vfw..module-0",
"vfModuleModelInvariantUUID": "de09ca4b-d893-418f-941a-ac0736eb8399",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "edbb6206-4a45-4ac8-8072-dff15ae32f4b",
"vfModuleModelCustomizationUUID": "0f894c33-2a93-43a1-b447-10fb5d4772da",
"isBase": true,
"artifacts": [
"fc79645c-f136-4012-97e8-6667104fd935",
"69fe5159-d2f6-416f-8498-6e80a9297b6c"
],
"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-01-04T05:19:06.503Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD4ddad5f4002..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:edbb6206-4a45-4ac8-8072-dff15ae32f4b
VfModuleModelInvariantUUID:de09ca4b-d893-418f-941a-ac0736eb8399
VfModuleModelDescription:NULL
Artifacts UUID List:{
fc79645c-f136-4012-97e8-6667104fd935
,
69fe5159-d2f6-416f-8498-6e80a9297b6c
}
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-01-04T05:19:06.503Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fc79645c-f136-4012-97e8-6667104fd935 from URL: /sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml
2022-01-04T05:19:06.503Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-04T05:19:06.504Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml
2022-01-04T05:19:06.555Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-04T05:19:06.557Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml fc79645c-f136-4012-97e8-6667104fd935 20368
2022-01-04T05:19:06.557Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-04T05:19:06.557Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml
2022-01-04T05:19:06.557Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:19:06.558Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:19:06.560Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:19:06.560Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273546557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:19:06.661Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:19:06.661Z||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-01-04T05:19:06.661Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:19:06.676Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:19:06.677Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:19:07.561Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 69fe5159-d2f6-416f-8498-6e80a9297b6c from URL: /sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env
2022-01-04T05:19:07.562Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-04T05:19:07.562Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env
2022-01-04T05:19:07.611Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-04T05:19:07.612Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env 69fe5159-d2f6-416f-8498-6e80a9297b6c 2098
2022-01-04T05:19:07.612Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-04T05:19:07.613Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env
2022-01-04T05:19:07.613Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:19:07.613Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:19:07.615Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:19:07.615Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273547612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:19:07.716Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-04T05:19:07.716Z||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-01-04T05:19:07.717Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:19:07.731Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:19:07.732Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:19:08.616Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 8e308ab7-1873-48c3-bc0c-50c441ada9f5
2022-01-04T05:19:08.616Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d4ddad5f-4002 0 29e0f44e-70fa-4d0e-9f91-8ad11c7f6501 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-01-04T05:19:08.637Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@728d2e21, org.onap.sdc.toscaparser.api.parameters.Input@1b84ec0a, org.onap.sdc.toscaparser.api.parameters.Input@fd75e69, org.onap.sdc.toscaparser.api.parameters.Input@773c8c3c, org.onap.sdc.toscaparser.api.parameters.Input@6c5b48dc]
2022-01-04T05:19:08.638Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:08.638Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:08.638Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-01-04T05:19:08.638Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 6f9edb37-db0a-45cb-b791-6e6297fe2315
2022-01-04T05:19:08.638Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6f9edb37-db0a-45cb-b791-6e6297fe2315 matches Tosca VF Customization UUID: 6f9edb37-db0a-45cb-b791-6e6297fe2315
2022-01-04T05:19:08.638Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 6f9edb37-db0a-45cb-b791-6e6297fe2315 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-01-04T05:19:08.640Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:08.641Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:08.641Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 6f9edb37-db0a-45cb-b791-6e6297fe2315: {\"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-01-04T05:19:08.641Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58c0ca6c
2022-01-04T05:19:08.641Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:08.641Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-04T05:19:08.641Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0f894c33-2a93-43a1-b447-10fb5d4772da
2022-01-04T05:19:08.642Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0f894c33-2a93-43a1-b447-10fb5d4772da
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-01-04T05:19:08.644Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:08.644Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is matching search criteria
2022-01-04T05:19:08.644Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d4ddad5f-4002 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:19:08.644Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:08.644Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is matching search criteria
2022-01-04T05:19:08.645Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d4ddad5f-4002 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:19:08.645Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:08.645Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is not matching search criteria
2022-01-04T05:19:08.645Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:19:08.645Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:19:08.645Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-04T05:19:08.645Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-04T05:19:08.645Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-04T05:19:08.645Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:19:08.646Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:08.646Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-04T05:19:08.646Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:08.646Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-04T05:19:08.646Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:19:08.646Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cb796e66-6808-4b04-8b8d-5f44a8c1b6a1
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-01-04T05:19:08.648Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:08.648Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is matching search criteria
2022-01-04T05:19:08.648Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d4ddad5f-4002 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:19:08.649Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:08.649Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is not matching search criteria
2022-01-04T05:19:08.649Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:19:08.649Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:19:08.649Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-04T05:19:08.649Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:08.649Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:19:08.649Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-04T05:19:08.649Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:19:08.649Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-04T05:19:08.649Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-04T05:19:08.650Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:08.650Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-04T05:19:08.650Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:19:08.650Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c3d30ee9-e87a-4815-98fd-b1feb2aa9519
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-01-04T05:19:08.651Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:08.652Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is matching search criteria
2022-01-04T05:19:08.652Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d4ddad5f-4002 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:19:08.654Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:08.654Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is not matching search criteria
2022-01-04T05:19:08.654Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:19:08.654Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:19:08.655Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-04T05:19:08.655Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:08.655Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:19:08.655Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-04T05:19:08.655Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:19:08.655Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-04T05:19:08.655Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-04T05:19:08.655Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:19:08.655Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:08.655Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-04T05:19:08.656Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c37ab8b9-aec6-410c-98c5-986030e0b01d
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-01-04T05:19:08.658Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:08.658Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is matching search criteria
2022-01-04T05:19:08.658Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d4ddad5f-4002 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:19:08.658Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:08.658Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is matching search criteria
2022-01-04T05:19:08.658Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d4ddad5f-4002 0] matching following query criteria: sdcType=VF, customizationUUID=6f9edb37-db0a-45cb-b791-6e6297fe2315
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-01-04T05:19:08.660Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:08.660Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:08.660Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 8e308ab7-1873-48c3-bc0c-50c441ada9f5: vFW d4ddad5f-4002
2022-01-04T05:19:08.660Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:08.660Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:08.660Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:08.661Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:08.661Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:08.661Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:08.661Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:08.661Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:08.661Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:19:08.661Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:08.661Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-01-04 05-16-50
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-01-04T05:19:08.854Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d4ddad5f-4002 29e0f44e-70fa-4d0e-9f91-8ad11c7f6501 1 ASDC deployResourceStructure
2022-01-04T05:19:08.855Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json ASDC sendASDCNotification
2022-01-04T05:19:08.855Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json
2022-01-04T05:19:08.855Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:19:08.855Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:19:08.857Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:19:08.857Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273548855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
"status": "DEPLOY_OK"
}
2022-01-04T05:19:08.957Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:19:08.959Z||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-01-04T05:19:08.959Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:19:08.972Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:19:08.973Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:19:09.858Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-04T05:19:09.858Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml
2022-01-04T05:19:09.859Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:19:09.859Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:19:09.861Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:19:09.861Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273549858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-01-04T05:19:09.961Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:19:09.962Z||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-01-04T05:19:09.963Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:19:09.975Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:19:09.976Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:19:10.863Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-04T05:19:10.863Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env
2022-01-04T05:19:10.863Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:19:10.864Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:19:10.866Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:19:10.867Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273550863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-01-04T05:19:10.966Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-04T05:19:10.967Z||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-01-04T05:19:10.967Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:19:10.978Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:19:10.979Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:19:11.867Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar ASDC sendASDCNotification
2022-01-04T05:19:11.868Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:11.868Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:19:11.868Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:19:11.871Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:19:11.871Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273551867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-04T05:19:11.971Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:19:11.972Z||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-01-04T05:19:11.972Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:19:11.985Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:19:11.986Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:19:12.871Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1
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-01-04T05:19:12.886Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1
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-01-04T05:19:12.890Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:19:12.890Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-04T05:19:12.890Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-04T05:19:12.890Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-04T05:19:12.890Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-04T05:19:12.891Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-04T05:19:12.891Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-04T05:19:12.891Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-04T05:19:12.891Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-04T05:19:12.891Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-04T05:19:12.891Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-04T05:19:12.897Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-04T05:19:42.897Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1 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-01-04T05:19:42.904Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1 and serviceModelVersionId: 8e308ab7-1873-48c3-bc0c-50c441ada9f5
2022-01-04T05:19:42.905Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aa57f574-c091-48f9-9322-2ba68e52b3af
2022-01-04T05:19:42.906Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aa57f574-c091-48f9-9322-2ba68e52b3af/model-vers/model-ver/8e308ab7-1873-48c3-bc0c-50c441ada9f5?depth=0
2022-01-04T05:19:42.913Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-01-04T05:19:42.950Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa57f574-c091-48f9-9322-2ba68e52b3af/model-vers/model-ver/8e308ab7-1873-48c3-bc0c-50c441ada9f5?depth=0|INFO|500||Invoke
2022-01-04T05:19:42.951Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa57f574-c091-48f9-9322-2ba68e52b3af/model-vers/model-ver/8e308ab7-1873-48c3-bc0c-50c441ada9f5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa57f574-c091-48f9-9322-2ba68e52b3af/model-vers/model-ver/8e308ab7-1873-48c3-bc0c-50c441ada9f5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a55f06a1-1c7a-43e6-a293-fd600dc24080], X-ECOMP-RequestID=[aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1], X-TransactionId=[], X-ONAP-RequestID=[aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1], Content-Type=[application/merge-patch+json]}
2022-01-04T05:19:42.977Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa57f574-c091-48f9-9322-2ba68e52b3af/model-vers/model-ver/8e308ab7-1873-48c3-bc0c-50c441ada9f5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-01-04T05:19:43.133Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa57f574-c091-48f9-9322-2ba68e52b3af/model-vers/model-ver/8e308ab7-1873-48c3-bc0c-50c441ada9f5?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/aa57f574-c091-48f9-9322-2ba68e52b3af/model-vers/model-ver/8e308ab7-1873-48c3-bc0c-50c441ada9f5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220104-05:19:43:011-87609], vertex-id=[176216], Content-Length=[0], Date=[Tue, 04 Jan 2022 05:19:43 GMT], Content-Type=[application/json]}
2022-01-04T05:19:43.134Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa57f574-c091-48f9-9322-2ba68e52b3af/model-vers/model-ver/8e308ab7-1873-48c3-bc0c-50c441ada9f5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-04T05:19:43.134Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa57f574-c091-48f9-9322-2ba68e52b3af/model-vers/model-ver/8e308ab7-1873-48c3-bc0c-50c441ada9f5?depth=0|INFO|500||InvokeReturn
2022-01-04T05:19:43.135Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-04T05:19:43.135Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-04T05:19:43.140Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-01-04T05:19:43.140Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-04T05:19:43.141Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-04T05:19:43.141Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:19:43.143Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:19:43.143Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273583140,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-04T05:19:43.244Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:19:43.245Z||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-01-04T05:19:43.245Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:19:43.262Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:19:43.263Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 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-01-04T05:19:53.914Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:19:53.915Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:19:53.915Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:19:53.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:19:53.916Z||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-01-04T05:19:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:19:54.043Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:19:54.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:19:54.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273533914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:19:54.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:20:03.460Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:20:53.914Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:20:53.915Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:20:53.915Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:20:53.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:20:53.917Z||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-01-04T05:20:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:20:54.445Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:20:54.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273533914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
"status": "NOTIFIED"
}
2022-01-04T05:20:54.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:20:54.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273533914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-04T05:20:54.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:20:54.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273533914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:20:54.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:20:54.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273533914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-04T05:20:54.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:20:54.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273533914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:20:54.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:20:54.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273533914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
"status": "NOTIFIED"
}
2022-01-04T05:20:54.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-01-04T05:20:54.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273541852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:20:54.449Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:20:54.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273545490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:20:54.449Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:20:54.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273546557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:20:54.449Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:20:54.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273547612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:20:54.450Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:20:54.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273548855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
"status": "DEPLOY_OK"
}
2022-01-04T05:20:54.450Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:20:54.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273549858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-01-04T05:20:54.450Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:20:54.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273550863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-01-04T05:20:54.450Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:20:54.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273551867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-04T05:20:54.451Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:20:54.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273583140,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-04T05:20:54.451Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:21:03.464Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:21:53.914Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:21:53.915Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:21:53.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:21:53.916Z||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-01-04T05:21:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:21:53.916Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:22:03.465Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:22:03.467Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:22:53.914Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:22:53.915Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:22:53.915Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:22:53.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:22:53.916Z||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-01-04T05:22:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:23:03.468Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:23:03.470Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:23:53.914Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:23:53.915Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:23:53.915Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:23:53.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:23:53.916Z||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-01-04T05:23:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:24:03.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:24:03.469Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:24:53.914Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:24:53.915Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:24:53.915Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:24:53.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:24:53.916Z||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-01-04T05:24:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:24:54.549Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:24:54.550Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.551Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6eabc925-2f6d-4dc5-909d-2dacba3c73f4","serviceName":"vFW 2022-01-04 05-22-59","serviceVersion":"1.0","serviceUUID":"2a7837cd-482f-49ea-b49b-3df53eb9f24a","serviceDescription":"catalog service description","serviceInvariantUUID":"ec39a387-7b9f-4597-bcb5-73af2925bd50","resources":[{"resourceInstanceName":"vFW ebe4951f-58ba 0","resourceName":"vFW ebe4951f-58ba","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"13ed2a38-2cc5-4f21-99e2-fd8732d50ec4","resourceInvariantUUID":"abbf7965-1dbc-4499-b5f1-03675361d54a","resourceCustomizationUUID":"4b6be95b-90c9-4d95-9d06-079214741b8b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vf-license-model.xml","artifactChecksum":"NmU3MWQ2NzZhNmUwZjRlOWQwY2Q5NjhlNWVhNTI3MWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0c5905dd-dbf6-44e8-9d9c-710b89beed4c","artifactVersion":"1"},{"artifactName":"vfwebe4951f58ba0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json","artifactChecksum":"OWUwNDdmNDk5NGI4MjVlN2Y5MjJmZGQwMDc0MTgwOTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"756e76bb-d848-4cbe-a2de-e2569b78da6a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7505c4c5-55e5-4962-b117-08bbabc370b4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vendor-license-model.xml","artifactChecksum":"OWFmMzMwYWMyYjYyMjA5MTQ5NjEwYmJjOGZmOGYzYjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"64581580-cbfc-4758-912e-2d6d14cd7ad0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"57e7e8df-bc6e-44ba-a806-0dcb0fdc8015","artifactVersion":"2","generatedFromUUID":"7505c4c5-55e5-4962-b117-08bbabc370b4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220104052259-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-template.yml","artifactChecksum":"ZjUxY2E5YWFjNmE4NjEyNGI5ZmI2ZDA3NjdmNjAyNTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d62038a-a9ee-470c-846f-2558d9207744","artifactVersion":"1"},{"artifactName":"service-Vfw20220104052259-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar","artifactChecksum":"ZDgxN2Y4ZWRmYjA2YmVjZTE0YzNhZWM1MWY5YjNmZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c250e02c-ae79-442a-94c9-45ce877b2f99","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-04T05:24:54.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:24:54.553Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:24:54.554Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:24:54.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "clamp",
"timestamp": 1641273852224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "cds",
"timestamp": 1641273860475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "dcae-sch",
"timestamp": 1641273852628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.556Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:24:54.557Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273893914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "clamp",
"timestamp": 1641273852224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
"status": "NOTIFIED"
}
2022-01-04T05:24:54.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "cds",
"timestamp": 1641273860475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.558Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "dcae-sch",
"timestamp": 1641273852628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.558Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "clamp",
"timestamp": 1641273852224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "cds",
"timestamp": 1641273860475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "dcae-sch",
"timestamp": 1641273852628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273863477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "clamp",
"timestamp": 1641273852224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "cds",
"timestamp": 1641273860475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "dcae-sch",
"timestamp": 1641273852628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273863477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "policy-id",
"timestamp": 1641273864499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "clamp",
"timestamp": 1641273852224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "cds",
"timestamp": 1641273860475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "dcae-sch",
"timestamp": 1641273852628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273863477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "policy-id",
"timestamp": 1641273864499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "clamp",
"timestamp": 1641273852224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "cds",
"timestamp": 1641273860475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "dcae-sch",
"timestamp": 1641273852628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273863477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "policy-id",
"timestamp": 1641273864499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-04T05:24:54.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "clamp",
"timestamp": 1641273852224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
"status": "NOTIFIED"
}
2022-01-04T05:24:54.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "cds",
"timestamp": 1641273860475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
"status": "NOTIFIED"
}
2022-01-04T05:24:54.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "dcae-sch",
"timestamp": 1641273852628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273863477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "policy-id",
"timestamp": 1641273864499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1641273868097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "cds",
"timestamp": 1641273869116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:24:54.568Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273863477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "policy-id",
"timestamp": 1641273864499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "aai-ml",
"timestamp": 1641273868705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1641273868097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "cds",
"timestamp": 1641273870122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-04T05:24:54.586Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6eabc925-2f6d-4dc5-909d-2dacba3c73f4
2022-01-04T05:24:54.586Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eabc925-2f6d-4dc5-909d-2dacba3c73f4 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-01-04T05:24:54.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273863477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
"status": "NOTIFIED"
}
2022-01-04T05:24:54.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "policy-id",
"timestamp": 1641273864499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "aai-ml",
"timestamp": 1641273868705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1641273868097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "policy-id",
"timestamp": 1641273864499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
"status": "NOTIFIED"
}
2022-01-04T05:24:54.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "aai-ml",
"timestamp": 1641273868705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273871423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:24:54.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1641273868097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "aai-ml",
"timestamp": 1641273868705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273871762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "policy-id",
"timestamp": 1641273872476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:24:54.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1641273868097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "aai-ml",
"timestamp": 1641273868705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273871762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
"status": "NOTIFIED"
}
2022-01-04T05:24:54.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "policy-id",
"timestamp": 1641273873479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-04T05:24:54.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1641273868097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273874251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-04T05:24:54.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "aai-ml",
"timestamp": 1641273868705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273871762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-04T05:24:54.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "policy-id",
"timestamp": 1641273874482,
"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-01-04T05:24:54.605Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6eabc925-2f6d-4dc5-909d-2dacba3c73f4
2022-01-04T05:24:54.605Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eabc925-2f6d-4dc5-909d-2dacba3c73f4 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-01-04T05:24:54.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1641273868097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641273875255,
"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-01-04T05:24:54.621Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6eabc925-2f6d-4dc5-909d-2dacba3c73f4
2022-01-04T05:24:54.622Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eabc925-2f6d-4dc5-909d-2dacba3c73f4 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-01-04T05:24:54.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "aai-ml",
"timestamp": 1641273868705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
"status": "NOTIFIED"
}
2022-01-04T05:24:54.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273871762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273871762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-04T05:24:54.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "aai-ml",
"timestamp": 1641273876442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "clamp",
"timestamp": 1641273877126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273871762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273871762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
"status": "NOTIFIED"
}
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "clamp",
"timestamp": 1641273879134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-04T05:24:54.635Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273879598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:24:54.635Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "clamp",
"timestamp": 1641273880138,
"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-01-04T05:24:54.641Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6eabc925-2f6d-4dc5-909d-2dacba3c73f4
2022-01-04T05:24:54.641Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eabc925-2f6d-4dc5-909d-2dacba3c73f4 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-01-04T05:24:54.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273880807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:24:54.649Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273882007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:24:54.649Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273883037,
"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-01-04T05:24:54.654Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6eabc925-2f6d-4dc5-909d-2dacba3c73f4
2022-01-04T05:24:54.654Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eabc925-2f6d-4dc5-909d-2dacba3c73f4 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=?
2022-01-04T05:24:54.656Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-04T05:24:54.657Z||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-01-04T05:24:54.657Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-01-04T05:24:54.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641273884039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-04T05:24:54.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "aai-ml",
"timestamp": 1641273885217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-04T05:24:54.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "aai-ml",
"timestamp": 1641273886220,
"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-01-04T05:24:54.667Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6eabc925-2f6d-4dc5-909d-2dacba3c73f4
2022-01-04T05:24:54.667Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eabc925-2f6d-4dc5-909d-2dacba3c73f4 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=?
2022-01-04T05:24:54.670Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:24:54.670Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 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-01-04T05:24:55.557Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:24:55.558Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:24:55.560Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:24:55.561Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273893914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
"status": "NOTIFIED"
}
2022-01-04T05:24:55.661Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:24:55.662Z||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-01-04T05:24:55.662Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:24:55.676Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:24:55.677Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-04T05:24:56.561Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:24:56.562Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:24:56.564Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:24:56.565Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273893914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-04T05:24:56.665Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:24:56.666Z||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-01-04T05:24:56.666Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:24:56.681Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:24:56.682Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:24:57.565Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:24:57.566Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:24:57.568Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:24:57.568Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273893914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:57.668Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:24:57.669Z||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-01-04T05:24:57.670Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:24:57.682Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:24:57.682Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:24:58.569Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:24:58.570Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:24:58.573Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:24:58.573Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273893914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-04T05:24:58.673Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:24:58.674Z||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-01-04T05:24:58.674Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:24:58.688Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:24:58.689Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:24:59.573Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:24:59.575Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:24:59.577Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:24:59.577Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273893914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-04T05:24:59.678Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:24:59.678Z||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-01-04T05:24:59.679Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:24:59.693Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:24:59.694Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-04T05:25:00.578Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:25:00.579Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:25:00.581Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:25:00.582Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273893914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
"status": "NOTIFIED"
}
2022-01-04T05:25:00.682Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-04T05:25:00.682Z||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-01-04T05:25:00.683Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:25:00.697Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:25:00.698Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:25:01.583Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"serviceName": "vFW 2022-01-04 05-22-59",
"serviceVersion": "1.0",
"serviceUUID": "2a7837cd-482f-49ea-b49b-3df53eb9f24a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ec39a387-7b9f-4597-bcb5-73af2925bd50",
"resources": [
{
"resourceInstanceName": "vFW ebe4951f-58ba 0",
"resourceCustomizationUUID": "4b6be95b-90c9-4d95-9d06-079214741b8b",
"resourceName": "vFW ebe4951f-58ba",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "13ed2a38-2cc5-4f21-99e2-fd8732d50ec4",
"resourceInvariantUUID": "abbf7965-1dbc-4499-b5f1-03675361d54a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwebe4951f58ba0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
"artifactChecksum": "OWUwNDdmNDk5NGI4MjVlN2Y5MjJmZGQwMDc0MTgwOTc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "756e76bb-d848-4cbe-a2de-e2569b78da6a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7505c4c5-55e5-4962-b117-08bbabc370b4",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "57e7e8df-bc6e-44ba-a806-0dcb0fdc8015",
"generatedFromUUID": "7505c4c5-55e5-4962-b117-08bbabc370b4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "57e7e8df-bc6e-44ba-a806-0dcb0fdc8015",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220104052259-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
"artifactChecksum": "ZDgxN2Y4ZWRmYjA2YmVjZTE0YzNhZWM1MWY5YjNmZmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c250e02c-ae79-442a-94c9-45ce877b2f99"
}
],
"workloadContext": "Production"
}
2022-01-04T05:25:01.584Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-04T05:25:01.584Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a7837cd-482f-49ea-b49b-3df53eb9f24a ASDC
2022-01-04T05:25:01.584Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6eabc925-2f6d-4dc5-909d-2dacba3c73f4
ServiceName:vFW 2022-01-04 05-22-59
ServiceVersion:1.0
ServiceUUID:2a7837cd-482f-49ea-b49b-3df53eb9f24a
ServiceInvariantUUID:ec39a387-7b9f-4597-bcb5-73af2925bd50
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220104052259-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar
ArtifactUUID:c250e02c-ae79-442a-94c9-45ce877b2f99
ArtifactChecksum:ZDgxN2Y4ZWRmYjA2YmVjZTE0YzNhZWM1MWY5YjNmZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ebe4951f-58ba 0
ResourceCustomizationUUID:4b6be95b-90c9-4d95-9d06-079214741b8b
ResourceInvariantUUID:abbf7965-1dbc-4499-b5f1-03675361d54a
ResourceName:vFW ebe4951f-58ba
ResourceType:VF
ResourceUUID:13ed2a38-2cc5-4f21-99e2-fd8732d50ec4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwebe4951f58ba0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json
ArtifactUUID:756e76bb-d848-4cbe-a2de-e2569b78da6a
ArtifactChecksum:OWUwNDdmNDk5NGI4MjVlN2Y5MjJmZGQwMDc0MTgwOTc=
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/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml
ArtifactUUID:7505c4c5-55e5-4962-b117-08bbabc370b4
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/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env
ArtifactUUID:57e7e8df-bc6e-44ba-a806-0dcb0fdc8015
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/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env
ArtifactUUID:57e7e8df-bc6e-44ba-a806-0dcb0fdc8015
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-01-04T05:25:01.584Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a7837cd-482f-49ea-b49b-3df53eb9f24a 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-01-04T05:25:01.618Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:25:01.619Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-04T05:25:01.619Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-04T05:25:01.619Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c250e02c-ae79-442a-94c9-45ce877b2f99 from URL: /sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:01.619Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-04T05:25:01.619Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:01.826Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-04T05:25:01.833Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar c250e02c-ae79-442a-94c9-45ce877b2f99 98911
2022-01-04T05:25:01.834Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar ASDC sendASDCNotification
2022-01-04T05:25:01.834Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:01.834Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:25:01.834Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:25:01.836Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:25:01.837Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273901834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:25:01.937Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:25:01.937Z||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-01-04T05:25:01.938Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:25:01.950Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:25:01.950Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:25:02.837Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:25:02.838Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-04T05:25:02.839Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c250e02c-ae79-442a-94c9-45ce877b2f99, URL: /sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar to file: /app/ASDC/1/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:02.839Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220104052259-csar.csar
2022-01-04T05:25:02.839Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:02.839Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:03.189Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9985419677459974044/Definitions/service-Vfw20220104052259-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-01-04T05:25:04.679Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-04T05:25:04.679Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-01-04T05:25:04.679Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.679Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||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-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||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-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||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-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||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-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ebe4951f-58ba 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-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.681Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-01-04T05:25:04.681Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:25:04.681Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:25:04.681Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is matching search criteria
2022-01-04T05:25:04.681Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-01-04T05:25:04.681Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ebe4951f-58ba 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:25:04.681Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:25:04.681Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:25:04.682Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is matching search criteria
2022-01-04T05:25:04.682Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-01-04T05:25:04.682Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ebe4951f-58ba 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:25:04.682Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:25:04.682Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:25:04.682Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:25:04.682Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is not matching search criteria
2022-01-04T05:25:04.682Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:25:04.682Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-04T05:25:04.682Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:25:04.683Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:04.683Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:25:04.683Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-04T05:25:04.683Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:25:04.683Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-04T05:25:04.683Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-04T05:25:04.683Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:25:04.683Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:04.683Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-04T05:25:04.683Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:04.684Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-04T05:25:04.684Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:25:04.684Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-04T05:25:04.684Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:25:04.684Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-04T05:25:04.684Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:25:04.684Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is matching search criteria
2022-01-04T05:25:04.684Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ebe4951f-58ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:25:04.685Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:25:04.685Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is matching search criteria
2022-01-04T05:25:04.685Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ebe4951f-58ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:25:04.685Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:25:04.685Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is matching search criteria
2022-01-04T05:25:04.685Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ebe4951f-58ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:25:04.685Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:25:04.685Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is not matching search criteria
2022-01-04T05:25:04.685Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:25:04.686Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-04T05:25:04.686Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:25:04.686Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-04T05:25:04.686Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-04T05:25:04.686Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:25:04.686Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:04.686Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-04T05:25:04.686Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:04.686Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-04T05:25:04.686Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:25:04.687Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1fd2e84f-2789-4dfc-912c-1b9fc485f65b
2022-01-04T05:25:04.687Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:25:04.687Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is not matching search criteria
2022-01-04T05:25:04.687Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:25:04.687Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-04T05:25:04.687Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:25:04.687Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:04.687Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:25:04.687Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-04T05:25:04.687Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:25:04.688Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-04T05:25:04.688Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-04T05:25:04.688Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:04.688Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-04T05:25:04.688Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:25:04.688Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5bcae6bb-9995-4b65-b95d-6c733883624b
2022-01-04T05:25:04.688Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:25:04.688Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is not matching search criteria
2022-01-04T05:25:04.688Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:25:04.689Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-04T05:25:04.689Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:25:04.689Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:04.689Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:25:04.689Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-04T05:25:04.689Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:25:04.689Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-04T05:25:04.689Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-04T05:25:04.689Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:25:04.689Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:04.689Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-04T05:25:04.690Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4a784f6f-1c5e-4466-8be9-6f503d44e6c9
2022-01-04T05:25:04.690Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:25:04.690Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:25:04.690Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:25:04.690Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:25:04.690Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:25:04.690Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:25:04.690Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:25:04.690Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:25:04.691Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-01-04 05-22-59
Description:catalog service description
Model UUID:2a7837cd-482f-49ea-b49b-3df53eb9f24a
Model Version:NULL
Model InvariantUuid:ec39a387-7b9f-4597-bcb5-73af2925bd50
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ebe4951f-58ba
Model UUID:7cafcc2f-4ada-4e0b-850f-8e84e1a922d9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:abbf7965-1dbc-4499-b5f1-03675361d54a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4b6be95b-90c9-4d95-9d06-079214741b8b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5ac29878-cec5-4240-ae87-55bc5e412fe2
ModelName:VfwEbe4951f58ba..base_vfw..module-0
ModelUuid:d963e15b-7d66-46e2-8da9-8a8e418a4c7c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1fd2e84f-2789-4dfc-912c-1b9fc485f65b
ModelInvariantUuid:9efe181f-6d12-4448-8b7e-77323416e66c
ModelName:vFW ebe4951f-58ba-nodes.vfwCvfc
ModelUuid:e6c784f7-c739-4b4c-a6f9-c99cd3420170
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:df3ab9a6-e783-45e0-9a34-0526ecb79cb8
ModelInvariantUuid:84873066-8552-4b11-8523-98baee311f62
ModelName:VfwEbe4951f58ba.compute.nodes.heat.vfw
ModelUuid:a31e0a17-d01e-4eec-b04f-7bde83a755d0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5bcae6bb-9995-4b65-b95d-6c733883624b
ModelInvariantUuid:d33266f5-653d-4003-85ff-187024f12e24
ModelName:vFW ebe4951f-58ba-nodes.vsnCvfc
ModelUuid:df72ac04-ff5e-4231-9f44-3426fe7e9eac
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:16778feb-c844-4e60-ba1f-f2cc5591c61e
ModelInvariantUuid:41d60100-f34f-4ced-82b9-8e4e4db460d0
ModelName:VfwEbe4951f58ba.compute.nodes.heat.vsn
ModelUuid:1b9e1d7b-faa9-45a9-8ebf-9b4602bc9e90
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4a784f6f-1c5e-4466-8be9-6f503d44e6c9
ModelInvariantUuid:17d0eff5-edc4-42da-9cb1-ad317026dbf5
ModelName:vFW ebe4951f-58ba-nodes.vpgCvfc
ModelUuid:768183bc-a7fe-45ee-ba66-89c210ca230b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:ff012ea2-934f-4d43-b571-6ad9c3c19748
ModelInvariantUuid:5296f326-e9f1-43a7-a7c8-f3ff6eb7e93a
ModelName:VfwEbe4951f58ba.compute.nodes.heat.vpg
ModelUuid:39a8dd45-da0d-48d0-a580-7ad9d5972f46
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-01-04T05:25:04.698Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 13ed2a38-2cc5-4f21-99e2-fd8732d50ec4
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-01-04T05:25:04.700Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||vFW ebe4951f-58ba 0
2022-01-04T05:25:04.700Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 13ed2a38-2cc5-4f21-99e2-fd8732d50ec4
2022-01-04T05:25:04.701Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 756e76bb-d848-4cbe-a2de-e2569b78da6a from URL: /sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json
2022-01-04T05:25:04.701Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-04T05:25:04.701Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json
2022-01-04T05:25:04.867Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-04T05:25:04.868Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json 756e76bb-d848-4cbe-a2de-e2569b78da6a 785
2022-01-04T05:25:04.868Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json ASDC sendASDCNotification
2022-01-04T05:25:04.868Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json
2022-01-04T05:25:04.869Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:25:04.869Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:25:04.871Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:25:04.871Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273904868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:25:04.972Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-04T05:25:04.973Z||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-01-04T05:25:04.973Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:25:04.988Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:25:04.989Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:25:05.872Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEbe4951f58ba..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5ac29878-cec5-4240-ae87-55bc5e412fe2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d963e15b-7d66-46e2-8da9-8a8e418a4c7c",
"vfModuleModelCustomizationUUID": "966a498d-cdd3-4ea3-be82-9ff3f1515024",
"isBase": true,
"artifacts": [
"7505c4c5-55e5-4962-b117-08bbabc370b4",
"57e7e8df-bc6e-44ba-a806-0dcb0fdc8015"
],
"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-01-04T05:25:05.877Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEbe4951f58ba..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d963e15b-7d66-46e2-8da9-8a8e418a4c7c
VfModuleModelInvariantUUID:5ac29878-cec5-4240-ae87-55bc5e412fe2
VfModuleModelDescription:NULL
Artifacts UUID List:{
7505c4c5-55e5-4962-b117-08bbabc370b4
,
57e7e8df-bc6e-44ba-a806-0dcb0fdc8015
}
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-01-04T05:25:05.879Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEbe4951f58ba..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5ac29878-cec5-4240-ae87-55bc5e412fe2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d963e15b-7d66-46e2-8da9-8a8e418a4c7c",
"vfModuleModelCustomizationUUID": "966a498d-cdd3-4ea3-be82-9ff3f1515024",
"isBase": true,
"artifacts": [
"7505c4c5-55e5-4962-b117-08bbabc370b4",
"57e7e8df-bc6e-44ba-a806-0dcb0fdc8015"
],
"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-01-04T05:25:05.879Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEbe4951f58ba..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d963e15b-7d66-46e2-8da9-8a8e418a4c7c
VfModuleModelInvariantUUID:5ac29878-cec5-4240-ae87-55bc5e412fe2
VfModuleModelDescription:NULL
Artifacts UUID List:{
7505c4c5-55e5-4962-b117-08bbabc370b4
,
57e7e8df-bc6e-44ba-a806-0dcb0fdc8015
}
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-01-04T05:25:05.879Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7505c4c5-55e5-4962-b117-08bbabc370b4 from URL: /sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml
2022-01-04T05:25:05.879Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-04T05:25:05.880Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml
2022-01-04T05:25:06.075Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-04T05:25:06.077Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml 7505c4c5-55e5-4962-b117-08bbabc370b4 20368
2022-01-04T05:25:06.077Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-04T05:25:06.077Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml
2022-01-04T05:25:06.077Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:25:06.078Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:25:06.080Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:25:06.080Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273906077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:25:06.180Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:25:06.181Z||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-01-04T05:25:06.182Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:25:06.200Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:25:06.201Z||pool-44-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:25:07.081Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 57e7e8df-bc6e-44ba-a806-0dcb0fdc8015 from URL: /sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env
2022-01-04T05:25:07.082Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-04T05:25:07.082Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env
2022-01-04T05:25:07.136Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-04T05:25:07.137Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env 57e7e8df-bc6e-44ba-a806-0dcb0fdc8015 2098
2022-01-04T05:25:07.137Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-04T05:25:07.137Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env
2022-01-04T05:25:07.137Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:25:07.137Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:25:07.140Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:25:07.140Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641273907137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-04T05:25:07.239Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-04T05:25:07.240Z||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-01-04T05:25:07.240Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:25:07.255Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-04T05:25:07.255Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:25:08.141Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 2a7837cd-482f-49ea-b49b-3df53eb9f24a
2022-01-04T05:25:08.142Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ebe4951f-58ba 0 13ed2a38-2cc5-4f21-99e2-fd8732d50ec4 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-01-04T05:25:08.160Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b609086, org.onap.sdc.toscaparser.api.parameters.Input@7060fa37, org.onap.sdc.toscaparser.api.parameters.Input@52ed9c4b, org.onap.sdc.toscaparser.api.parameters.Input@4ba11b10, org.onap.sdc.toscaparser.api.parameters.Input@343a4642]
2022-01-04T05:25:08.161Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:25:08.161Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:25:08.161Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-01-04T05:25:08.161Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 4b6be95b-90c9-4d95-9d06-079214741b8b
2022-01-04T05:25:08.161Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4b6be95b-90c9-4d95-9d06-079214741b8b matches Tosca VF Customization UUID: 4b6be95b-90c9-4d95-9d06-079214741b8b
2022-01-04T05:25:08.161Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 4b6be95b-90c9-4d95-9d06-079214741b8b 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-01-04T05:25:08.163Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:25:08.164Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:25:08.164Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 4b6be95b-90c9-4d95-9d06-079214741b8b: {\"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-01-04T05:25:08.164Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ef79d62
2022-01-04T05:25:08.164Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:25:08.165Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-04T05:25:08.165Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 966a498d-cdd3-4ea3-be82-9ff3f1515024
2022-01-04T05:25:08.165Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 966a498d-cdd3-4ea3-be82-9ff3f1515024
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-01-04T05:25:08.167Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:25:08.167Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is matching search criteria
2022-01-04T05:25:08.167Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ebe4951f-58ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:25:08.167Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:25:08.168Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is matching search criteria
2022-01-04T05:25:08.168Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ebe4951f-58ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:25:08.168Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:25:08.168Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is not matching search criteria
2022-01-04T05:25:08.168Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:25:08.168Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-04T05:25:08.168Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:25:08.168Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-04T05:25:08.168Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-04T05:25:08.169Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:25:08.169Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:08.169Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-04T05:25:08.169Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:08.169Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-04T05:25:08.169Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:25:08.169Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1fd2e84f-2789-4dfc-912c-1b9fc485f65b
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-01-04T05:25:08.171Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-04T05:25:08.171Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is matching search criteria
2022-01-04T05:25:08.171Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ebe4951f-58ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:25:08.172Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery