By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-04-23T03:30:12.744Z||main|||||INFO|500||The following profiles are active: basic
2022-04-23T03:30:35.822Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-23T03:30:35.823Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-23T03:30:36.076Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-23T03:30:43.846Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-23T03:30:44.642Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-23T03:30:45.590Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-23T03:30:45.607Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-23T03:30:45.796Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-23T03:30:46.231Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-23T03:30:47.380Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-23T03:30:50.396Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-23T03:30:54.646Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-23T03:30:54.745Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-23T03:30:55.747Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-23T03:30:56.013Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-04-23T03:30:58.717Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-23T03:31:00.771Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-23T03:31:00.804Z||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$$75ebdfa9.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-04-23T03:31:00.805Z||main|||||WARN|500||The sdc end point is not alive
2022-04-23T03:31:07.206Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-23T03:31:12.802Z||main|||||WARN|500||---
2022-04-23T03:31:12.803Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-23T03:31:12.803Z||main|||||WARN|500||---
2022-04-23T03:31:13.640Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-23T03:31:25.174Z||main|||||INFO|500||Started Application in 79.253 seconds (JVM running for 84.617)
2022-04-23T03:31:25.209Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-23T03:31:25.212Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-23T03:31:25.244Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-23T03:31:25.302Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-23T03:31:25.425Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 81464952-3586-419f-a1eb-548a99586a2e url= /sdc/v1/artifactTypes
2022-04-23T03:31:25.426Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-23T03:31:25.906Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-23T03:31:25.966Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-04-23T03:31:26.008Z||scheduling-1|||||DEBUG|500||create keys
2022-04-23T03:31:26.024Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-23T03:31:26.075Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:31:26.112Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9eabf99b-6705-4e81-b064-43a5cbbb9e3b url= /sdc/v1/registerForDistribution
2022-04-23T03:31:26.435Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9eabf99b-6705-4e81-b064-43a5cbbb9e3b url= /sdc/v1/registerForDistribution
2022-04-23T03:31:26.436Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-23T03:31:26.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:31:26.462Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:31:26.476Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-23T03:31:26.485Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:31:26.485Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:31:26.486Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:31:26.486Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:31:36.808Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:31:36.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:32:26.458Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:32:26.463Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:32:26.464Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:32:26.465Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:32:26.469Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:32:26.470Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:32:36.030Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:32:36.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:33:26.454Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:33:26.456Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:33:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:33:26.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:33:26.463Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:33:26.464Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:33:36.018Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:33:36.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:34:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:34:26.456Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:34:26.457Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:34:26.463Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:34:26.465Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:34:26.465Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:34:36.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:34:36.055Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:35:26.455Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:35:26.459Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:35:26.460Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:35:26.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:35:26.461Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:35:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:35:36.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:35:36.053Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:36:26.454Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:36:26.456Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:36:26.456Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:36:26.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:36:26.462Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:36:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:36:36.013Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:36:36.021Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:37:26.454Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:37:26.456Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:37:26.456Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:37:26.461Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:37:26.463Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:37:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:37:36.009Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:37:36.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:38:26.454Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:38:26.456Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:38:26.456Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:38:26.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:38:26.469Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:38:26.470Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:38:36.006Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:38:36.047Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:39:26.454Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:39:26.455Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:39:26.455Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:39:26.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:39:26.462Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:39:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:39:36.009Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:39:36.025Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:40:12.122Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-23T03:40:26.455Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:40:26.457Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:40:26.457Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:40:26.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:40:26.462Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:40:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:40:36.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:40:36.021Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:41:26.454Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:41:26.455Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:41:26.456Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:41:26.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:41:26.462Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:41:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:41:36.015Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:41:36.026Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:42:26.454Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:42:26.456Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:42:26.456Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:42:26.463Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:42:26.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:42:26.467Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:42:36.015Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:42:36.043Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:43:26.454Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:43:26.456Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:43:26.456Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:43:26.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:43:26.462Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:43:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:43:36.014Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:43:36.020Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:44:26.454Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:44:26.456Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:44:26.456Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:44:26.462Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:44:26.463Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:44:26.464Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:44:36.031Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:44:36.039Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:45:26.455Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:45:26.459Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:45:26.460Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:45:26.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:45:26.464Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:45:26.464Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:45:36.022Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:45:36.031Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:46:26.454Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:46:26.456Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:46:26.457Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:46:26.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:46:26.464Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:46:26.465Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:46:36.017Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:46:36.021Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:47:26.454Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:47:26.456Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:47:26.457Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:47:26.462Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:47:26.464Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:47:26.465Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:47:36.015Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:47:36.026Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:48:26.455Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:48:26.457Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:48:26.458Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:48:26.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:48:26.462Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:48:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:48:36.026Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:48:36.033Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:49:26.458Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:49:26.459Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:49:26.459Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:49:26.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:49:26.462Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:49:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:49:36.015Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:49:36.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:50:26.454Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:50:26.456Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:50:26.456Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:50:26.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:50:26.462Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:50:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:50:36.016Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:50:36.017Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:51:26.454Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:51:26.456Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:51:26.457Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0rOjjJd6kDplAviY) ...
2022-04-23T03:51:26.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:51:26.462Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:51:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:51:36.026Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:51:36.028Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:52:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:52:26.455Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:52:26.455Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:52:26.461Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:52:26.463Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:52:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:52:36.029Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:52:36.038Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:53:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:53:26.457Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:53:26.458Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:53:26.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:53:26.462Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:53:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:53:36.017Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:53:36.023Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:54:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:54:26.456Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:54:26.457Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:54:26.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:54:26.470Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:54:26.470Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:54:36.011Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:54:36.021Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:55:26.455Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:55:26.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:55:26.458Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:55:26.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:55:26.462Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:55:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:55:36.024Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:55:36.024Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:56:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:56:26.456Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:56:26.457Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:56:26.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:56:26.462Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:56:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:56:36.014Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:56:36.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:57:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:57:26.456Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:57:26.457Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:57:26.461Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:57:26.462Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:57:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:57:36.014Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:57:36.016Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:58:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:58:26.456Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:58:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:58:26.462Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:58:26.464Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:58:26.464Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:58:36.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:58:36.025Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:59:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:59:26.455Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:59:26.455Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:59:26.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:59:26.462Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T03:59:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T03:59:36.008Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T03:59:36.016Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:00:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:00:26.455Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:00:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:00:26.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:00:26.463Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:00:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:00:36.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:00:36.037Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:01:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:01:26.455Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:01:26.455Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:01:26.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:01:26.462Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:01:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:01:36.009Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:01:36.030Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:02:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:02:26.455Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:02:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:02:26.461Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:02:26.462Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:02:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:02:36.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:02:36.020Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:03:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:03:26.455Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:03:26.455Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:03:26.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:03:26.462Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:03:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:03:36.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:03:36.021Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:04:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:04:26.458Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:04:26.458Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:04:26.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:04:26.463Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:04:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:04:36.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:04:36.031Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:05:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:05:26.455Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:05:26.455Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:05:26.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:05:26.466Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:05:26.466Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:05:36.015Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:05:36.030Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:06:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:06:26.455Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:06:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:06:26.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:06:26.462Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:06:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:06:36.008Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:06:36.019Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:07:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:07:26.457Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:07:26.459Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:07:26.463Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:07:26.464Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:07:26.467Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:07:36.026Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:07:36.028Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:08:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:08:26.456Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:08:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:08:26.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:08:26.462Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:08:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:08:36.005Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:08:36.023Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:08:47.787Z||http-nio-8085-exec-10|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-23T04:09:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:09:26.455Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:09:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:09:26.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:09:26.462Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:09:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:09:36.013Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:09:36.022Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:10:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:10:26.455Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:10:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:10:26.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:10:26.462Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:10:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:10:36.006Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:10:36.037Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:11:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:11:26.456Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:11:26.457Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:11:26.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:11:26.462Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:11:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:11:36.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:11:36.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:12:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:12:26.455Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:12:26.455Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:12:26.461Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:12:26.463Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:12:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:12:36.019Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:12:36.019Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:13:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:13:26.455Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:13:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:13:26.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:13:26.463Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:13:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:13:36.012Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:13:36.012Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:14:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:14:26.456Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:14:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:14:26.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:14:26.462Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:14:26.464Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:14:36.010Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:14:36.023Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:15:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:15:26.456Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:15:26.456Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:15:26.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:15:26.463Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:15:26.464Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:15:36.015Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:15:36.019Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:16:26.454Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:16:26.456Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:16:26.457Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:26.461Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:16:26.462Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:16:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:27.102Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:16:27.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c7750455-76bc-4b80-a3a9-d5dca14a1db9","serviceName":"basic_onboard_itXwHY","serviceVersion":"1.0","serviceUUID":"6598e398-4e51-4eab-9a9b-85e6397ef041","serviceDescription":"service","serviceInvariantUUID":"d0062167-3456-4e75-afd2-7f00e50e6a61","resources":[{"resourceInstanceName":"basic_onboard_itXwHY 0","resourceName":"basic_onboard_itXwHY","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"899f541b-0b06-401c-8152-49416167d3df","resourceInvariantUUID":"ad3dd093-ec13-4201-a68c-52de0e83eb5e","resourceCustomizationUUID":"83063cb9-69a0-4028-8a87-4a99882578c2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vf-license-model.xml","artifactChecksum":"MmRkMzYwOWM3MjlkYmZiZjg4M2FkOTZiZWNhZjI2YjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6cb9b1fb-cfd3-4084-8ace-26cab50d0f9f","artifactVersion":"1"},{"artifactName":"basic_onboard_itxwhy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json","artifactChecksum":"ZGUzNmU0NzMzOGRkNTYzYTM1ZjkwMTgwYzUyMWJhN2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f72c1a8b-b6e8-427f-890d-b072b2dc5ebb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b67a3080-3221-4e07-a183-503ed58b96c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a9012159-b95b-46ab-8700-741142771354","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d08d747-5792-4ede-acb2-62914ab49142","artifactVersion":"2","generatedFromUUID":"b67a3080-3221-4e07-a183-503ed58b96c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardItxwhy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-template.yml","artifactChecksum":"Y2U2YjAwODYxMDljZjY2NWQ0MDNmNzU3NzBiNzZmOWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ab2e0e8a-8820-43d6-bc75-d275585b2ecd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardItxwhy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar","artifactChecksum":"NTYzMTM0NGVjMDkxYTEzZGI5YzhjZTRmZWFkZWI2ZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"153ed84a-69e6-40cb-b6ba-98c0fb6fb67a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-23T04:16:27.114Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:16:27.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "dcae-sch",
"timestamp": 1650687353100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.127Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:16:27.137Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:27.160Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:27.161Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687386454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "cds",
"timestamp": 1650687347433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "clamp",
"timestamp": 1650687348517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687348605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "policy-id",
"timestamp": 1650687345974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "dcae-sch",
"timestamp": 1650687353100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "cds",
"timestamp": 1650687347433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "clamp",
"timestamp": 1650687348517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
"status": "NOTIFIED"
}
2022-04-23T04:16:27.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687348605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "policy-id",
"timestamp": 1650687345974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "dcae-sch",
"timestamp": 1650687353100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "cds",
"timestamp": 1650687347433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "clamp",
"timestamp": 1650687348517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687348605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "policy-id",
"timestamp": 1650687345974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-23T04:16:27.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "dcae-sch",
"timestamp": 1650687353100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "cds",
"timestamp": 1650687347433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "clamp",
"timestamp": 1650687348517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "policy-id",
"timestamp": 1650687345974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687348605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "dcae-sch",
"timestamp": 1650687353100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "cds",
"timestamp": 1650687347433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "clamp",
"timestamp": 1650687348517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "policy-id",
"timestamp": 1650687345974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687348605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "dcae-sch",
"timestamp": 1650687353100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "cds",
"timestamp": 1650687347433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "clamp",
"timestamp": 1650687348517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "policy-id",
"timestamp": 1650687345974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687348605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "ves-openapi-manager",
"timestamp": 1650687360968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "dcae-sch",
"timestamp": 1650687353100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.195Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "cds",
"timestamp": 1650687347433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"status": "NOTIFIED"
}
2022-04-23T04:16:27.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "clamp",
"timestamp": 1650687348517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"status": "NOTIFIED"
}
2022-04-23T04:16:27.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "policy-id",
"timestamp": 1650687345974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"status": "NOTIFIED"
}
2022-04-23T04:16:27.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687348605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"status": "NOTIFIED"
}
2022-04-23T04:16:27.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "ves-openapi-manager",
"timestamp": 1650687360968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687361869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "ves-openapi-manager",
"timestamp": 1650687360968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687362877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:16:27.201Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:16:27.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "policy-id",
"timestamp": 1650687362841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:16:27.201Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:16:27.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "cds",
"timestamp": 1650687364063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:16:27.202Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:16:27.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687361869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
"status": "NOTIFIED"
}
2022-04-23T04:16:27.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "ves-openapi-manager",
"timestamp": 1650687360968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "policy-id",
"timestamp": 1650687363863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-23T04:16:27.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:16:27.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687361869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-23T04:16:27.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "cds",
"timestamp": 1650687365096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-04-23T04:16:27.261Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-04-23T04:16:27.273Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:16:27.273Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:27.291Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:16:27.293Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T04:16:27.560Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c7750455-76bc-4b80-a3a9-d5dca14a1db9
2022-04-23T04:16:27.620Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7750455-76bc-4b80-a3a9-d5dca14a1db9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T04:16:27.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "ves-openapi-manager",
"timestamp": 1650687360968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "policy-id",
"timestamp": 1650687364880,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:16:27.724Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7750455-76bc-4b80-a3a9-d5dca14a1db9
2022-04-23T04:16:27.725Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7750455-76bc-4b80-a3a9-d5dca14a1db9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T04:16:27.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687361869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "ves-openapi-manager",
"timestamp": 1650687360968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687361869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-23T04:16:27.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "ves-openapi-manager",
"timestamp": 1650687360968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687361869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687361869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"status": "NOTIFIED"
}
2022-04-23T04:16:27.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687370073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:16:27.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:16:27.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "aai-ml",
"timestamp": 1650687369353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687371182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:16:27.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:16:27.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687370970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-23T04:16:27.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:16:27.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "aai-ml",
"timestamp": 1650687369353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687372242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:16:27.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:16:27.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "clamp",
"timestamp": 1650687371838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:16:27.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:16:27.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687371980,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:16:27.798Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c7750455-76bc-4b80-a3a9-d5dca14a1db9
2022-04-23T04:16:27.798Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7750455-76bc-4b80-a3a9-d5dca14a1db9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T04:16:27.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "aai-ml",
"timestamp": 1650687369353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.823Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687373307,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:16:27.846Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7750455-76bc-4b80-a3a9-d5dca14a1db9
2022-04-23T04:16:27.846Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7750455-76bc-4b80-a3a9-d5dca14a1db9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-23T04:16:27.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "clamp",
"timestamp": 1650687373020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-23T04:16:27.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:16:27.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "aai-ml",
"timestamp": 1650687369353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687374313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-23T04:16:27.875Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:16:27.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "clamp",
"timestamp": 1650687374028,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:16:27.887Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c7750455-76bc-4b80-a3a9-d5dca14a1db9
2022-04-23T04:16:27.888Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7750455-76bc-4b80-a3a9-d5dca14a1db9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T04:16:27.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "aai-ml",
"timestamp": 1650687369353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "aai-ml",
"timestamp": 1650687369353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:27.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "aai-ml",
"timestamp": 1650687369353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"status": "NOTIFIED"
}
2022-04-23T04:16:27.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:16:27.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:16:27.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "aai-ml",
"timestamp": 1650687377397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:16:27.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:16:28.181Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:16:28.182Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:28.187Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:28.187Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687386454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
"status": "NOTIFIED"
}
2022-04-23T04:16:28.287Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:16:28.289Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:16:28.289Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:28.309Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:16:28.310Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:16:29.189Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:16:29.192Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:29.195Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:29.196Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687386454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-23T04:16:29.296Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:16:29.298Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:16:29.298Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:29.315Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:16:29.316Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:16:30.197Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:16:30.199Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:30.207Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:30.208Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687386454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:30.304Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-23T04:16:30.306Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:16:30.307Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:30.323Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:16:30.324Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:16:31.209Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:16:31.210Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:31.213Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:31.214Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687386454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-23T04:16:31.314Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:16:31.315Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:16:31.316Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:31.339Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:16:31.340Z||pool-7-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:16:32.215Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:16:32.217Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:32.221Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:32.222Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687386454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:16:32.322Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:16:32.324Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:16:32.325Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:32.340Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:16:32.342Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:16:33.225Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:16:33.229Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:33.233Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:33.239Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687386454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"status": "NOTIFIED"
}
2022-04-23T04:16:33.333Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-04-23T04:16:33.336Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:16:33.336Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:33.356Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:16:33.358Z||pool-9-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:16:34.248Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"serviceName": "basic_onboard_itXwHY",
"serviceVersion": "1.0",
"serviceUUID": "6598e398-4e51-4eab-9a9b-85e6397ef041",
"serviceDescription": "service",
"serviceInvariantUUID": "d0062167-3456-4e75-afd2-7f00e50e6a61",
"resources": [
{
"resourceInstanceName": "basic_onboard_itXwHY 0",
"resourceCustomizationUUID": "83063cb9-69a0-4028-8a87-4a99882578c2",
"resourceName": "basic_onboard_itXwHY",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "899f541b-0b06-401c-8152-49416167d3df",
"resourceInvariantUUID": "ad3dd093-ec13-4201-a68c-52de0e83eb5e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_itxwhy0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
"artifactChecksum": "ZGUzNmU0NzMzOGRkNTYzYTM1ZjkwMTgwYzUyMWJhN2I\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f72c1a8b-b6e8-427f-890d-b072b2dc5ebb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b67a3080-3221-4e07-a183-503ed58b96c4",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5d08d747-5792-4ede-acb2-62914ab49142",
"generatedFromUUID": "b67a3080-3221-4e07-a183-503ed58b96c4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5d08d747-5792-4ede-acb2-62914ab49142",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardItxwhy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"artifactChecksum": "NTYzMTM0NGVjMDkxYTEzZGI5YzhjZTRmZWFkZWI2ZTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "153ed84a-69e6-40cb-b6ba-98c0fb6fb67a"
}
],
"workloadContext": "Production"
}
2022-04-23T04:16:34.251Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-23T04:16:34.251Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6598e398-4e51-4eab-9a9b-85e6397ef041 ASDC
2022-04-23T04:16:34.521Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c7750455-76bc-4b80-a3a9-d5dca14a1db9
ServiceName:basic_onboard_itXwHY
ServiceVersion:1.0
ServiceUUID:6598e398-4e51-4eab-9a9b-85e6397ef041
ServiceInvariantUUID:d0062167-3456-4e75-afd2-7f00e50e6a61
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardItxwhy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar
ArtifactUUID:153ed84a-69e6-40cb-b6ba-98c0fb6fb67a
ArtifactChecksum:NTYzMTM0NGVjMDkxYTEzZGI5YzhjZTRmZWFkZWI2ZTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_itXwHY 0
ResourceCustomizationUUID:83063cb9-69a0-4028-8a87-4a99882578c2
ResourceInvariantUUID:ad3dd093-ec13-4201-a68c-52de0e83eb5e
ResourceName:basic_onboard_itXwHY
ResourceType:VF
ResourceUUID:899f541b-0b06-401c-8152-49416167d3df
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_itxwhy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json
ArtifactUUID:f72c1a8b-b6e8-427f-890d-b072b2dc5ebb
ArtifactChecksum:ZGUzNmU0NzMzOGRkNTYzYTM1ZjkwMTgwYzUyMWJhN2I=
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/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b67a3080-3221-4e07-a183-503ed58b96c4
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/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env
ArtifactUUID:5d08d747-5792-4ede-acb2-62914ab49142
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/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env
ArtifactUUID:5d08d747-5792-4ede-acb2-62914ab49142
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-23T04:16:34.523Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6598e398-4e51-4eab-9a9b-85e6397ef041 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-23T04:16:34.660Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:16:34.668Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T04:16:34.671Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T04:16:34.672Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 153ed84a-69e6-40cb-b6ba-98c0fb6fb67a from URL: /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:34.672Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T04:16:34.676Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:35.221Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T04:16:35.254Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar 153ed84a-69e6-40cb-b6ba-98c0fb6fb67a 71545
2022-04-23T04:16:35.257Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar ASDC sendASDCNotification
2022-04-23T04:16:35.258Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:35.259Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:16:35.261Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:35.264Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:35.264Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687395255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:16:35.364Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:16:35.366Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:16:35.366Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:35.385Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:16:35.389Z||pool-10-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:16:36.265Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:16:36.267Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T04:16:36.268Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 153ed84a-69e6-40cb-b6ba-98c0fb6fb67a, URL: /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar to file: /app/ASDC/1/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:36.269Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:36.467Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:36.468Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:37.751Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6989501488072601177/Definitions/service-BasicOnboardItxwhy-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-04-23T04:16:41.724Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-23T04:16:41.735Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-23T04:16:41.736Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:41.736Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-23T04:16:41.736Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||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-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:41.737Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||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-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:41.737Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||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-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:41.737Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||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-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:41.737Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:41.737Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_itXwHY 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-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:41.738Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:41.738Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||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-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:41.738Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||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-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:41.738Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-23T04:16:41.752Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:41.755Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:41.765Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_itXwHY 0 is matching search criteria
2022-04-23T04:16:41.765Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-23T04:16:41.768Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_itXwHY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:16:41.772Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:41.772Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:41.773Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_itXwHY 0 is matching search criteria
2022-04-23T04:16:41.773Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-23T04:16:41.773Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_itXwHY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:16:41.774Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:41.774Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:41.780Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:41.781Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_itXwHY 0 is not matching search criteria
2022-04-23T04:16:41.782Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-23T04:16:41.782Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-23T04:16:41.782Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-23T04:16:41.782Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-23T04:16:41.783Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-23T04:16:41.783Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:41.783Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T04:16:41.786Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:41.786Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_itXwHY 0 is matching search criteria
2022-04-23T04:16:41.787Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_itXwHY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:16:41.788Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:41.788Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_itXwHY 0 is matching search criteria
2022-04-23T04:16:41.788Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_itXwHY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:16:41.789Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:41.789Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_itXwHY 0 is matching search criteria
2022-04-23T04:16:41.790Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_itXwHY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:16:41.790Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:41.790Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_itXwHY 0 is not matching search criteria
2022-04-23T04:16:41.791Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-23T04:16:41.791Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-23T04:16:41.796Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e80032b7-28b6-4467-ae04-6edeed03edbf
2022-04-23T04:16:41.796Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:41.797Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:41.797Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:41.797Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:41.798Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:41.798Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:41.798Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:41.799Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:41.799Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_itXwHY
Description:service
Model UUID:6598e398-4e51-4eab-9a9b-85e6397ef041
Model Version:NULL
Model InvariantUuid:d0062167-3456-4e75-afd2-7f00e50e6a61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_itXwHY
Model UUID:4fbee636-252a-4ce4-8853-76fdbcb42086
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ad3dd093-ec13-4201-a68c-52de0e83eb5e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:83063cb9-69a0-4028-8a87-4a99882578c2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f1e6e937-f280-4f6f-8d84-8ab04ae3db40
ModelName:BasicOnboardItxwhy..base_ubuntu18..module-0
ModelUuid:c1d027fc-b34a-403d-b682-047b98083704
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e80032b7-28b6-4467-ae04-6edeed03edbf
ModelInvariantUuid:b0397700-0f70-4d71-9000-e0bda19acfab
ModelName:basic_onboard_itXwHY-nodes.ubuntu18Cvfc
ModelUuid:e31da656-f95d-4a5f-9559-811ca6c0d526
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ef7d2feb-d580-4cbe-a92c-af60c7e2388f
ModelInvariantUuid:67c8d1a7-3531-474f-b9e8-38a688ca774b
ModelName:BasicOnboardItxwhy.compute.nodes.heat.ubuntu18
ModelUuid:60301453-96c3-4cb6-a53a-f31a09987557
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-23T04:16:41.826Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 899f541b-0b06-401c-8152-49416167d3df
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T04:16:42.005Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||basic_onboard_itXwHY 0
2022-04-23T04:16:42.016Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 899f541b-0b06-401c-8152-49416167d3df
2022-04-23T04:16:42.017Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f72c1a8b-b6e8-427f-890d-b072b2dc5ebb from URL: /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json
2022-04-23T04:16:42.017Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T04:16:42.017Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json
2022-04-23T04:16:42.146Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T04:16:42.146Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json f72c1a8b-b6e8-427f-890d-b072b2dc5ebb 798
2022-04-23T04:16:42.147Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json ASDC sendASDCNotification
2022-04-23T04:16:42.147Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json
2022-04-23T04:16:42.147Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:16:42.147Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:42.152Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:42.153Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687402146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:16:42.253Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:16:42.254Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:16:42.254Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:42.275Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:16:42.277Z||pool-11-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:16:43.155Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardItxwhy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f1e6e937-f280-4f6f-8d84-8ab04ae3db40",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c1d027fc-b34a-403d-b682-047b98083704",
"vfModuleModelCustomizationUUID": "c13acf71-38a1-4030-910b-d5849f431d76",
"isBase": true,
"artifacts": [
"b67a3080-3221-4e07-a183-503ed58b96c4",
"5d08d747-5792-4ede-acb2-62914ab49142"
],
"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-04-23T04:16:43.189Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardItxwhy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c1d027fc-b34a-403d-b682-047b98083704
VfModuleModelInvariantUUID:f1e6e937-f280-4f6f-8d84-8ab04ae3db40
VfModuleModelDescription:NULL
Artifacts UUID List:{
b67a3080-3221-4e07-a183-503ed58b96c4
,
5d08d747-5792-4ede-acb2-62914ab49142
}
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-04-23T04:16:43.198Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardItxwhy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f1e6e937-f280-4f6f-8d84-8ab04ae3db40",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c1d027fc-b34a-403d-b682-047b98083704",
"vfModuleModelCustomizationUUID": "c13acf71-38a1-4030-910b-d5849f431d76",
"isBase": true,
"artifacts": [
"b67a3080-3221-4e07-a183-503ed58b96c4",
"5d08d747-5792-4ede-acb2-62914ab49142"
],
"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-04-23T04:16:43.199Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardItxwhy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c1d027fc-b34a-403d-b682-047b98083704
VfModuleModelInvariantUUID:f1e6e937-f280-4f6f-8d84-8ab04ae3db40
VfModuleModelDescription:NULL
Artifacts UUID List:{
b67a3080-3221-4e07-a183-503ed58b96c4
,
5d08d747-5792-4ede-acb2-62914ab49142
}
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-04-23T04:16:43.199Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b67a3080-3221-4e07-a183-503ed58b96c4 from URL: /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml
2022-04-23T04:16:43.199Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T04:16:43.200Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml
2022-04-23T04:16:43.259Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T04:16:43.260Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml b67a3080-3221-4e07-a183-503ed58b96c4 5033
2022-04-23T04:16:43.261Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-23T04:16:43.261Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml
2022-04-23T04:16:43.262Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:16:43.262Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:43.266Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:43.267Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687403261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:16:43.367Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:16:43.369Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:16:43.369Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:43.387Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:16:43.388Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:16:44.268Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5d08d747-5792-4ede-acb2-62914ab49142 from URL: /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env
2022-04-23T04:16:44.269Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T04:16:44.269Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env
2022-04-23T04:16:44.339Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T04:16:44.339Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env 5d08d747-5792-4ede-acb2-62914ab49142 909
2022-04-23T04:16:44.340Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-23T04:16:44.340Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env
2022-04-23T04:16:44.340Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:16:44.340Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:44.352Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:44.353Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687404340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:16:44.445Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-04-23T04:16:44.446Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:16:44.447Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:44.479Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:16:44.480Z||pool-13-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:16:45.355Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 6598e398-4e51-4eab-9a9b-85e6397ef041
2022-04-23T04:16:45.356Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_itXwHY 0 899f541b-0b06-401c-8152-49416167d3df 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-04-23T04:16:45.440Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@472b298d, org.onap.sdc.toscaparser.api.parameters.Input@1dfadb76, org.onap.sdc.toscaparser.api.parameters.Input@1681862b, org.onap.sdc.toscaparser.api.parameters.Input@3c481e16, org.onap.sdc.toscaparser.api.parameters.Input@22b13f53]
2022-04-23T04:16:45.447Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:45.448Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:45.449Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-04-23T04:16:45.449Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 83063cb9-69a0-4028-8a87-4a99882578c2
2022-04-23T04:16:45.450Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 83063cb9-69a0-4028-8a87-4a99882578c2 matches Tosca VF Customization UUID: 83063cb9-69a0-4028-8a87-4a99882578c2
2022-04-23T04:16:45.450Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 83063cb9-69a0-4028-8a87-4a99882578c2 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-23T04:16:45.467Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:45.468Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:45.470Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 83063cb9-69a0-4028-8a87-4a99882578c2: {\"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-04-23T04:16:45.471Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7359a7d1
2022-04-23T04:16:45.472Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:45.472Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T04:16:45.473Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c13acf71-38a1-4030-910b-d5849f431d76
2022-04-23T04:16:45.476Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c13acf71-38a1-4030-910b-d5849f431d76
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-23T04:16:45.494Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:45.495Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_itXwHY 0 is matching search criteria
2022-04-23T04:16:45.496Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_itXwHY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:16:45.498Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:45.498Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_itXwHY 0 is matching search criteria
2022-04-23T04:16:45.498Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_itXwHY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:16:45.499Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:45.499Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_itXwHY 0 is not matching search criteria
2022-04-23T04:16:45.500Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-23T04:16:45.500Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-23T04:16:45.501Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e80032b7-28b6-4467-ae04-6edeed03edbf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-23T04:16:45.524Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:45.525Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_itXwHY 0 is matching search criteria
2022-04-23T04:16:45.526Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_itXwHY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:16:45.526Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:45.527Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_itXwHY 0 is matching search criteria
2022-04-23T04:16:45.527Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_itXwHY 0] matching following query criteria: sdcType=VF, customizationUUID=83063cb9-69a0-4028-8a87-4a99882578c2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T04:16:45.534Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:45.535Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:45.536Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 6598e398-4e51-4eab-9a9b-85e6397ef041: basic_onboard_itXwHY
2022-04-23T04:16:45.537Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:45.537Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:45.538Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:45.538Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:45.539Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:45.539Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:45.540Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:45.540Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:45.541Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:16:45.541Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_itXwHY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:16:45.541Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_itXwHY
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-04-23T04:16:46.033Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_itXwHY 899f541b-0b06-401c-8152-49416167d3df 1 ASDC deployResourceStructure
2022-04-23T04:16:46.034Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json ASDC sendASDCNotification
2022-04-23T04:16:46.034Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json
2022-04-23T04:16:46.034Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:16:46.035Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:46.043Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:46.044Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687406034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-23T04:16:46.143Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:16:46.145Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:16:46.145Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:46.164Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:16:46.165Z||pool-14-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:16:47.045Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-23T04:16:47.045Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml
2022-04-23T04:16:47.045Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:16:47.046Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:47.050Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:47.050Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687407045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-23T04:16:47.150Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:16:47.151Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:16:47.152Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:47.167Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:16:47.168Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:16:48.052Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-23T04:16:48.052Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env
2022-04-23T04:16:48.053Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:16:48.053Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:48.059Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:48.060Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687408052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-23T04:16:48.159Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:16:48.162Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:16:48.162Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:48.199Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:16:48.200Z||pool-16-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:16:49.061Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar ASDC sendASDCNotification
2022-04-23T04:16:49.062Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar
2022-04-23T04:16:49.063Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:16:49.063Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:16:49.067Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:16:49.067Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687409061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-23T04:16:49.168Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-23T04:16:49.171Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:16:49.172Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:16:49.193Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:16:49.194Z||pool-17-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:16:50.069Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7750455-76bc-4b80-a3a9-d5dca14a1db9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T04:16:50.103Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7750455-76bc-4b80-a3a9-d5dca14a1db9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T04:16:50.112Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:16:50.113Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T04:16:50.114Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T04:17:20.115Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7750455-76bc-4b80-a3a9-d5dca14a1db9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T04:17:20.141Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7750455-76bc-4b80-a3a9-d5dca14a1db9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T04:17:20.153Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:17:20.154Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T04:17:20.154Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T04:17:26.461Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:17:26.463Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:17:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:17:26.597Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:17:26.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:17:26.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687386454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:17:26.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:17:50.155Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7750455-76bc-4b80-a3a9-d5dca14a1db9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T04:17:50.193Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7750455-76bc-4b80-a3a9-d5dca14a1db9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T04:17:50.200Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:17:50.200Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T04:17:50.201Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T04:18:20.201Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7750455-76bc-4b80-a3a9-d5dca14a1db9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T04:18:20.222Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7750455-76bc-4b80-a3a9-d5dca14a1db9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T04:18:20.230Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:18:20.230Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T04:18:20.230Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T04:18:26.461Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:18:26.462Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:18:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:18:26.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:18:26.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687386454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
"status": "NOTIFIED"
}
2022-04-23T04:18:26.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:18:26.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687386454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-23T04:18:26.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:18:26.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687386454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:18:26.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:18:26.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687386454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-23T04:18:26.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:18:26.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687386454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:18:26.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:18:26.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687386454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"status": "NOTIFIED"
}
2022-04-23T04:18:26.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:18:26.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687395255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:18:26.514Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:18:26.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "aai-ml",
"timestamp": 1650687398252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-23T04:18:26.515Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:18:26.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "aai-ml",
"timestamp": 1650687399260,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:18:26.529Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c7750455-76bc-4b80-a3a9-d5dca14a1db9
2022-04-23T04:18:26.529Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7750455-76bc-4b80-a3a9-d5dca14a1db9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T04:18:26.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687402146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:18:26.560Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:18:26.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687403261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:18:26.562Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:18:26.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687404340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:18:26.563Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:18:26.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687406034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/basic_onboard_itxwhy0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-23T04:18:26.564Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:18:26.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687407045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-23T04:18:26.565Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:18:26.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687408052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/resourceInstances/basic_onboard_itxwhy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-23T04:18:26.565Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:18:26.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:18:26.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687409061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItxwhy/1.0/artifacts/service-BasicOnboardItxwhy-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-23T04:18:26.566Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:18:50.231Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7750455-76bc-4b80-a3a9-d5dca14a1db9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T04:18:50.266Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7750455-76bc-4b80-a3a9-d5dca14a1db9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T04:18:50.273Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:18:50.273Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-23T04:18:50.274Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-23T04:18:50.274Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-23T04:18:50.274Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-23T04:18:50.275Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-23T04:18:50.275Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-23T04:18:50.275Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-23T04:18:50.275Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-23T04:18:50.275Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-23T04:18:50.275Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:18:50.286Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-23T04:19:20.287Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7750455-76bc-4b80-a3a9-d5dca14a1db9 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-23T04:19:20.301Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7750455-76bc-4b80-a3a9-d5dca14a1db9 and serviceModelVersionId: 6598e398-4e51-4eab-9a9b-85e6397ef041
2022-04-23T04:19:20.302Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d0062167-3456-4e75-afd2-7f00e50e6a61
2022-04-23T04:19:26.461Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:19:26.463Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:19:26.463Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:19:27.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:19:27.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "cds",
"timestamp": 1650687452433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "dcae-sch",
"timestamp": 1650687453100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "dcae-sch",
"timestamp": 1650687453100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "cds",
"timestamp": 1650687452433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "aai-ml",
"timestamp": 1650687459352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "ves-openapi-manager",
"timestamp": 1650687460966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "dcae-sch",
"timestamp": 1650687453100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "aai-ml",
"timestamp": 1650687459352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "cds",
"timestamp": 1650687452433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "ves-openapi-manager",
"timestamp": 1650687460966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687461869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "dcae-sch",
"timestamp": 1650687453100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "cds",
"timestamp": 1650687452433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "aai-ml",
"timestamp": 1650687459352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "ves-openapi-manager",
"timestamp": 1650687460966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687461869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
"status": "NOTIFIED"
}
2022-04-23T04:19:27.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "dcae-sch",
"timestamp": 1650687453100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "cds",
"timestamp": 1650687452433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "aai-ml",
"timestamp": 1650687459352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "ves-openapi-manager",
"timestamp": 1650687460966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687461869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-23T04:19:27.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "dcae-sch",
"timestamp": 1650687453100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "cds",
"timestamp": 1650687452433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "aai-ml",
"timestamp": 1650687459352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "ves-openapi-manager",
"timestamp": 1650687460966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687461869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "dcae-sch",
"timestamp": 1650687453100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "cds",
"timestamp": 1650687452433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"status": "NOTIFIED"
}
2022-04-23T04:19:27.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "aai-ml",
"timestamp": 1650687459352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "ves-openapi-manager",
"timestamp": 1650687460966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687461869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-23T04:19:27.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "aai-ml",
"timestamp": 1650687459352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"status": "NOTIFIED"
}
2022-04-23T04:19:27.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "cds",
"timestamp": 1650687467227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:19:27.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "ves-openapi-manager",
"timestamp": 1650687460966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "policy-id",
"timestamp": 1650687465974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687461869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "aai-ml",
"timestamp": 1650687467154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:19:27.071Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "cds",
"timestamp": 1650687468236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T04:19:27.109Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0f2d1f3c-36ce-4d10-a018-101ba1666fc9
2022-04-23T04:19:27.110Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f2d1f3c-36ce-4d10-a018-101ba1666fc9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T04:19:27.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "policy-id",
"timestamp": 1650687465974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687461869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"status": "NOTIFIED"
}
2022-04-23T04:19:27.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "policy-id",
"timestamp": 1650687465974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-23T04:19:27.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687469667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:19:27.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "clamp",
"timestamp": 1650687468517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687468595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "policy-id",
"timestamp": 1650687465974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "clamp",
"timestamp": 1650687468517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
"status": "NOTIFIED"
}
2022-04-23T04:19:27.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687468595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687471274,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:19:27.134Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "policy-id",
"timestamp": 1650687465974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "clamp",
"timestamp": 1650687468517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687468595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "policy-id",
"timestamp": 1650687465974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687472668,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:19:27.138Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "clamp",
"timestamp": 1650687468517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687468595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "policy-id",
"timestamp": 1650687465974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"status": "NOTIFIED"
}
2022-04-23T04:19:27.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687473694,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:19:27.149Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0f2d1f3c-36ce-4d10-a018-101ba1666fc9
2022-04-23T04:19:27.150Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f2d1f3c-36ce-4d10-a018-101ba1666fc9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T04:19:27.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "clamp",
"timestamp": 1650687468517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687468595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687474699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
"status": "DEPLOY_OK"
}
2022-04-23T04:19:27.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "policy-id",
"timestamp": 1650687474040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:19:27.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "clamp",
"timestamp": 1650687468517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687468595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:27.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "policy-id",
"timestamp": 1650687475046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-23T04:19:27.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "clamp",
"timestamp": 1650687468517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"status": "NOTIFIED"
}
2022-04-23T04:19:27.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687468595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"status": "NOTIFIED"
}
2022-04-23T04:19:27.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:19:27.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "policy-id",
"timestamp": 1650687476053,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:19:27.201Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0f2d1f3c-36ce-4d10-a018-101ba1666fc9
2022-04-23T04:19:27.201Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f2d1f3c-36ce-4d10-a018-101ba1666fc9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-23T04:19:27.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687477347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:19:27.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687483467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-23T04:19:27.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "clamp",
"timestamp": 1650687483852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:19:27.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687484481,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:19:27.243Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0f2d1f3c-36ce-4d10-a018-101ba1666fc9
2022-04-23T04:19:27.243Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f2d1f3c-36ce-4d10-a018-101ba1666fc9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T04:19:27.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "aai-ml",
"timestamp": 1650687485854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-23T04:19:27.261Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "clamp",
"timestamp": 1650687485875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-23T04:19:27.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:19:27.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "aai-ml",
"timestamp": 1650687486862,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:19:27.271Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0f2d1f3c-36ce-4d10-a018-101ba1666fc9
2022-04-23T04:19:27.272Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f2d1f3c-36ce-4d10-a018-101ba1666fc9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T04:19:27.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:19:27.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "clamp",
"timestamp": 1650687486882,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:19:27.297Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0f2d1f3c-36ce-4d10-a018-101ba1666fc9
2022-04-23T04:19:27.298Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f2d1f3c-36ce-4d10-a018-101ba1666fc9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T04:19:48.037Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d0062167-3456-4e75-afd2-7f00e50e6a61/model-vers/model-ver/6598e398-4e51-4eab-9a9b-85e6397ef041?depth=0
2022-04-23T04:19:48.257Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-23T04:19:49.358Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0062167-3456-4e75-afd2-7f00e50e6a61/model-vers/model-ver/6598e398-4e51-4eab-9a9b-85e6397ef041?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-23T04:19:49.372Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0062167-3456-4e75-afd2-7f00e50e6a61/model-vers/model-ver/6598e398-4e51-4eab-9a9b-85e6397ef041?depth=0|INFO|500||Invoke
2022-04-23T04:19:49.625Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0062167-3456-4e75-afd2-7f00e50e6a61/model-vers/model-ver/6598e398-4e51-4eab-9a9b-85e6397ef041?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-23T04:19:50.558Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0062167-3456-4e75-afd2-7f00e50e6a61/model-vers/model-ver/6598e398-4e51-4eab-9a9b-85e6397ef041?depth=0|INFO|500||InvokeReturn
2022-04-23T04:19:50.560Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0062167-3456-4e75-afd2-7f00e50e6a61/model-vers/model-ver/6598e398-4e51-4eab-9a9b-85e6397ef041?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220423-04:19:50:467-26291], vertex-id=[168144], Content-Length=[0], Date=[Sat, 23 Apr 2022 04:19:50 GMT], Content-Type=[application/json]}
2022-04-23T04:19:50.563Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-04-23T04:19:50.570Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-23T04:19:50.574Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T04:19:50.593Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-23T04:19:50.596Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7750455-76bc-4b80-a3a9-d5dca14a1db9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-23T04:19:50.599Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-23T04:19:50.600Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:19:50.609Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:19:50.610Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687590597,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:19:50.709Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-23T04:19:50.711Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:19:50.711Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:19:50.740Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:19:50.743Z||pool-18-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-23T04:19:51.634Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:19:51.635Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:19:51.635Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|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 0rOjjJd6kDplAviY) ...
2022-04-23T04:19:55.988Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:19:55.990Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:19:55.990Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0f2d1f3c-36ce-4d10-a018-101ba1666fc9","serviceName":"vFW 2022-04-23 04-15-57","serviceVersion":"1.0","serviceUUID":"46a031bc-cacd-4ede-9725-a78fdf679361","serviceDescription":"catalog service description","serviceInvariantUUID":"3cfa5836-a827-4b5e-a60e-2d9f68f4ace6","resources":[{"resourceInstanceName":"vFW d143bc13-ee10 0","resourceName":"vFW d143bc13-ee10","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"316f659f-a639-4aac-9f8e-f031e94e5529","resourceInvariantUUID":"c929575e-e69c-4fe2-8228-9515afbe2e3b","resourceCustomizationUUID":"097168d1-9977-4b7b-a9c5-1f1f28519065","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vf-license-model.xml","artifactChecksum":"NTE4NTYwYjEwMTNhOTcxZmEzZDBmYzJlMzc0MTY5YTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ea280cb5-ab81-4b00-9760-22bdf58674d5","artifactVersion":"1"},{"artifactName":"vfwd143bc13ee100_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json","artifactChecksum":"YTFlMGJiNGFlOGRjNDNlZmFiZDgzNjdhOWRiN2QwZTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3c3880e7-e128-48f0-9be4-0be4521611c3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6546b5cd-5df6-4341-b713-0c75c38842cb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vendor-license-model.xml","artifactChecksum":"OWI2YWYwN2E3M2Q5ZTgyMzA3NzExNTY4MmYzYWNiMzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fdb86d02-296a-4a62-b743-f08e6dcfb0e7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f4691cb0-4ee5-43d5-befe-2bf40e1b78da","artifactVersion":"2","generatedFromUUID":"6546b5cd-5df6-4341-b713-0c75c38842cb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220423041557-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-template.yml","artifactChecksum":"MWUyMzhlZjllY2VlZTBlZjdiODkyNWU0YjY1ODcwOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dac6b8f-4a31-402e-9008-36d697955139","artifactVersion":"1"},{"artifactName":"service-Vfw20220423041557-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar","artifactChecksum":"OTNkNjY3NTEwYzViZmU2YzNmMWEyNDA5ZTg0ODhhZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bc50e46a-bb3b-4bc8-b912-92e76c565d36","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-23T04:19:55.997Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:19:55.998Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:19:56.001Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:19:56.002Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687591634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:56.102Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:19:56.103Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:19:56.104Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:19:56.120Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:19:56.121Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:19:57.002Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:19:57.003Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:19:57.006Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:19:57.007Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687591634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
"status": "NOTIFIED"
}
2022-04-23T04:19:57.107Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:19:57.109Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:19:57.110Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:19:57.142Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:19:57.143Z||pool-20-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:19:58.008Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:19:58.010Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:19:58.013Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:19:58.015Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687591634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-23T04:19:58.113Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-23T04:19:58.115Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:19:58.115Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:19:58.140Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:19:58.140Z||pool-21-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:19:59.016Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:19:59.017Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:19:59.022Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:19:59.023Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687591634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:19:59.123Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:19:59.124Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:19:59.125Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:19:59.154Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:19:59.155Z||pool-22-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:20:00.024Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:20:00.025Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:00.028Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:00.028Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687591634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-23T04:20:00.146Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 118 ms
2022-04-23T04:20:00.150Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:20:00.157Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:00.190Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:20:00.192Z||pool-23-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:01.030Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:20:01.035Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:01.047Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:01.048Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687591634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:01.144Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-04-23T04:20:01.148Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:20:01.149Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:01.178Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:20:01.179Z||pool-24-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:02.054Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:20:02.055Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:02.058Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:02.064Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687591634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"status": "NOTIFIED"
}
2022-04-23T04:20:02.162Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-23T04:20:02.163Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:20:02.164Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:02.179Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:20:02.180Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:03.067Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"serviceName": "vFW 2022-04-23 04-15-57",
"serviceVersion": "1.0",
"serviceUUID": "46a031bc-cacd-4ede-9725-a78fdf679361",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3cfa5836-a827-4b5e-a60e-2d9f68f4ace6",
"resources": [
{
"resourceInstanceName": "vFW d143bc13-ee10 0",
"resourceCustomizationUUID": "097168d1-9977-4b7b-a9c5-1f1f28519065",
"resourceName": "vFW d143bc13-ee10",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "316f659f-a639-4aac-9f8e-f031e94e5529",
"resourceInvariantUUID": "c929575e-e69c-4fe2-8228-9515afbe2e3b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd143bc13ee100_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
"artifactChecksum": "YTFlMGJiNGFlOGRjNDNlZmFiZDgzNjdhOWRiN2QwZTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3c3880e7-e128-48f0-9be4-0be4521611c3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6546b5cd-5df6-4341-b713-0c75c38842cb",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f4691cb0-4ee5-43d5-befe-2bf40e1b78da",
"generatedFromUUID": "6546b5cd-5df6-4341-b713-0c75c38842cb"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f4691cb0-4ee5-43d5-befe-2bf40e1b78da",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220423041557-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"artifactChecksum": "OTNkNjY3NTEwYzViZmU2YzNmMWEyNDA5ZTg0ODhhZDg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bc50e46a-bb3b-4bc8-b912-92e76c565d36"
}
],
"workloadContext": "Production"
}
2022-04-23T04:20:03.068Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-23T04:20:03.068Z|c7750455-76bc-4b80-a3a9-d5dca14a1db9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 46a031bc-cacd-4ede-9725-a78fdf679361 ASDC
2022-04-23T04:20:03.069Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:0f2d1f3c-36ce-4d10-a018-101ba1666fc9
ServiceName:vFW 2022-04-23 04-15-57
ServiceVersion:1.0
ServiceUUID:46a031bc-cacd-4ede-9725-a78fdf679361
ServiceInvariantUUID:3cfa5836-a827-4b5e-a60e-2d9f68f4ace6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220423041557-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar
ArtifactUUID:bc50e46a-bb3b-4bc8-b912-92e76c565d36
ArtifactChecksum:OTNkNjY3NTEwYzViZmU2YzNmMWEyNDA5ZTg0ODhhZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d143bc13-ee10 0
ResourceCustomizationUUID:097168d1-9977-4b7b-a9c5-1f1f28519065
ResourceInvariantUUID:c929575e-e69c-4fe2-8228-9515afbe2e3b
ResourceName:vFW d143bc13-ee10
ResourceType:VF
ResourceUUID:316f659f-a639-4aac-9f8e-f031e94e5529
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd143bc13ee100_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json
ArtifactUUID:3c3880e7-e128-48f0-9be4-0be4521611c3
ArtifactChecksum:YTFlMGJiNGFlOGRjNDNlZmFiZDgzNjdhOWRiN2QwZTE=
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/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml
ArtifactUUID:6546b5cd-5df6-4341-b713-0c75c38842cb
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/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env
ArtifactUUID:f4691cb0-4ee5-43d5-befe-2bf40e1b78da
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/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env
ArtifactUUID:f4691cb0-4ee5-43d5-befe-2bf40e1b78da
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-23T04:20:03.069Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 46a031bc-cacd-4ede-9725-a78fdf679361 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-23T04:20:03.162Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:20:03.163Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T04:20:03.164Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T04:20:03.164Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bc50e46a-bb3b-4bc8-b912-92e76c565d36 from URL: /sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:03.164Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T04:20:03.165Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:03.623Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T04:20:03.632Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar bc50e46a-bb3b-4bc8-b912-92e76c565d36 98924
2022-04-23T04:20:03.633Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar ASDC sendASDCNotification
2022-04-23T04:20:03.633Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:03.634Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:20:03.635Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:03.638Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:03.639Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687603633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:20:03.742Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-23T04:20:03.745Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:20:03.747Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:03.766Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:20:03.768Z||pool-26-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:04.640Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:20:04.642Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T04:20:04.642Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bc50e46a-bb3b-4bc8-b912-92e76c565d36, URL: /sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar to file: /app/ASDC/1/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:04.643Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220423041557-csar.csar
2022-04-23T04:20:04.644Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:04.644Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:05.187Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6390690342739505139/Definitions/service-Vfw20220423041557-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-04-23T04:20:09.579Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-23T04:20:09.580Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-23T04:20:09.580Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.581Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-23T04:20:09.581Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||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-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.581Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||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-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.581Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||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-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.582Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.582Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d143bc13-ee10 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-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.582Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.582Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||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-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.583Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||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-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.583Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||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-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.583Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.583Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||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-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.583Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.583Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||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-Vfw20220423041557-csar.csar
2022-04-23T04:20:09.584Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-23T04:20:09.584Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:09.584Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:09.585Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is matching search criteria
2022-04-23T04:20:09.585Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-23T04:20:09.585Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d143bc13-ee10 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:20:09.586Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:09.586Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:09.586Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is matching search criteria
2022-04-23T04:20:09.586Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-23T04:20:09.587Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d143bc13-ee10 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:20:09.587Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:09.587Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:09.587Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:09.588Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is not matching search criteria
2022-04-23T04:20:09.588Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:20:09.588Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:20:09.588Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-23T04:20:09.589Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:20:09.589Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:09.590Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:20:09.590Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-23T04:20:09.590Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-23T04:20:09.591Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-23T04:20:09.591Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:20:09.592Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:09.592Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-23T04:20:09.592Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:09.593Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-23T04:20:09.593Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:20:09.593Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-23T04:20:09.594Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:09.594Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T04:20:09.595Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:09.595Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is matching search criteria
2022-04-23T04:20:09.595Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d143bc13-ee10 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:20:09.596Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:09.597Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is matching search criteria
2022-04-23T04:20:09.597Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d143bc13-ee10 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:20:09.597Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:09.597Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is matching search criteria
2022-04-23T04:20:09.598Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d143bc13-ee10 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:20:09.598Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:09.598Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is not matching search criteria
2022-04-23T04:20:09.599Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:20:09.599Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:20:09.599Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-23T04:20:09.600Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-23T04:20:09.600Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-23T04:20:09.600Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:20:09.600Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:09.601Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-23T04:20:09.601Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:09.602Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-23T04:20:09.602Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:20:09.602Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=102b4189-8b4f-498e-b3c7-bfad3b67469f
2022-04-23T04:20:09.603Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:09.603Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is not matching search criteria
2022-04-23T04:20:09.604Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:20:09.604Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:20:09.604Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-23T04:20:09.605Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:20:09.605Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:09.605Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:20:09.605Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-23T04:20:09.606Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-23T04:20:09.606Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-23T04:20:09.606Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:09.607Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-23T04:20:09.607Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:20:09.607Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=231b808f-7cff-41ff-af09-ea5278182418
2022-04-23T04:20:09.608Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:09.608Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is not matching search criteria
2022-04-23T04:20:09.608Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:20:09.608Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:20:09.609Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-23T04:20:09.609Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:20:09.609Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:09.609Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:20:09.610Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-23T04:20:09.610Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-23T04:20:09.610Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-23T04:20:09.611Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:20:09.611Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:09.611Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-23T04:20:09.612Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fcbc3f91-384c-4a73-9baf-0403228a5f4a
2022-04-23T04:20:09.612Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:09.613Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:09.613Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:09.614Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:09.614Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:09.614Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:09.614Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:09.615Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:09.615Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-23 04-15-57
Description:catalog service description
Model UUID:46a031bc-cacd-4ede-9725-a78fdf679361
Model Version:NULL
Model InvariantUuid:3cfa5836-a827-4b5e-a60e-2d9f68f4ace6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d143bc13-ee10
Model UUID:7e9c0331-fc24-4ae6-a575-4460cae09f00
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c929575e-e69c-4fe2-8228-9515afbe2e3b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:097168d1-9977-4b7b-a9c5-1f1f28519065
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:661ac5b3-b0b4-4642-8404-e94a53e7d698
ModelName:VfwD143bc13Ee10..base_vfw..module-0
ModelUuid:6c49e242-89ef-4464-9892-ce0d6a891106
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:102b4189-8b4f-498e-b3c7-bfad3b67469f
ModelInvariantUuid:30f9f3a4-e63f-443f-94e6-444c6e8ce019
ModelName:vFW d143bc13-ee10-nodes.vfwCvfc
ModelUuid:9f568d71-5779-49fe-85ed-93e1bbeede31
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f3860cef-f9f6-4e76-800f-b6173fd8672c
ModelInvariantUuid:81ee47c8-7944-4498-b685-d9c4d48dfe7d
ModelName:VfwD143bc13Ee10.compute.nodes.heat.vfw
ModelUuid:e629cf40-11a3-4b2f-b4c8-5fbec940f2f2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:231b808f-7cff-41ff-af09-ea5278182418
ModelInvariantUuid:e80a58a0-e9d1-4f7b-a99a-23219b0211ce
ModelName:vFW d143bc13-ee10-nodes.vsnCvfc
ModelUuid:13f72556-9cec-4067-8dde-9494a722efaf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:1f2ced82-fa0f-4a0b-b50e-6572b46c07f3
ModelInvariantUuid:924a1238-0549-470a-b224-4d2723c8415a
ModelName:VfwD143bc13Ee10.compute.nodes.heat.vsn
ModelUuid:926b7dc4-bc41-455f-a67d-28be33762714
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:fcbc3f91-384c-4a73-9baf-0403228a5f4a
ModelInvariantUuid:2091669e-1b82-499f-af16-f81965916cdf
ModelName:vFW d143bc13-ee10-nodes.vpgCvfc
ModelUuid:6743819c-8c05-4324-9767-5216bf23f50b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:9465f55f-37c8-47af-b3fe-9d394a7b6f09
ModelInvariantUuid:ec2ed16b-d9ea-40c9-81b4-47e91d9975dd
ModelName:VfwD143bc13Ee10.compute.nodes.heat.vpg
ModelUuid:6dce2ea8-659d-4c64-9af6-aec2836bb8e6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-23T04:20:09.636Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 316f659f-a639-4aac-9f8e-f031e94e5529
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T04:20:09.644Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||vFW d143bc13-ee10 0
2022-04-23T04:20:09.645Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 316f659f-a639-4aac-9f8e-f031e94e5529
2022-04-23T04:20:09.645Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3c3880e7-e128-48f0-9be4-0be4521611c3 from URL: /sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json
2022-04-23T04:20:09.645Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T04:20:09.646Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json
2022-04-23T04:20:09.709Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T04:20:09.711Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json 3c3880e7-e128-48f0-9be4-0be4521611c3 785
2022-04-23T04:20:09.712Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json ASDC sendASDCNotification
2022-04-23T04:20:09.712Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json
2022-04-23T04:20:09.713Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:20:09.714Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:09.721Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:09.722Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687609712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:20:09.819Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-23T04:20:09.820Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:20:09.820Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:09.837Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:20:09.838Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:10.724Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD143bc13Ee10..base_vfw..module-0",
"vfModuleModelInvariantUUID": "661ac5b3-b0b4-4642-8404-e94a53e7d698",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6c49e242-89ef-4464-9892-ce0d6a891106",
"vfModuleModelCustomizationUUID": "7b0046cb-8344-486a-ace0-5805c372e26c",
"isBase": true,
"artifacts": [
"6546b5cd-5df6-4341-b713-0c75c38842cb",
"f4691cb0-4ee5-43d5-befe-2bf40e1b78da"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-23T04:20:10.732Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD143bc13Ee10..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6c49e242-89ef-4464-9892-ce0d6a891106
VfModuleModelInvariantUUID:661ac5b3-b0b4-4642-8404-e94a53e7d698
VfModuleModelDescription:NULL
Artifacts UUID List:{
6546b5cd-5df6-4341-b713-0c75c38842cb
,
f4691cb0-4ee5-43d5-befe-2bf40e1b78da
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-23T04:20:10.737Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD143bc13Ee10..base_vfw..module-0",
"vfModuleModelInvariantUUID": "661ac5b3-b0b4-4642-8404-e94a53e7d698",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6c49e242-89ef-4464-9892-ce0d6a891106",
"vfModuleModelCustomizationUUID": "7b0046cb-8344-486a-ace0-5805c372e26c",
"isBase": true,
"artifacts": [
"6546b5cd-5df6-4341-b713-0c75c38842cb",
"f4691cb0-4ee5-43d5-befe-2bf40e1b78da"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-23T04:20:10.738Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD143bc13Ee10..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6c49e242-89ef-4464-9892-ce0d6a891106
VfModuleModelInvariantUUID:661ac5b3-b0b4-4642-8404-e94a53e7d698
VfModuleModelDescription:NULL
Artifacts UUID List:{
6546b5cd-5df6-4341-b713-0c75c38842cb
,
f4691cb0-4ee5-43d5-befe-2bf40e1b78da
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-23T04:20:10.738Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6546b5cd-5df6-4341-b713-0c75c38842cb from URL: /sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml
2022-04-23T04:20:10.739Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T04:20:10.739Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml
2022-04-23T04:20:10.799Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T04:20:10.801Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml 6546b5cd-5df6-4341-b713-0c75c38842cb 20368
2022-04-23T04:20:10.802Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-23T04:20:10.802Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml
2022-04-23T04:20:10.803Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:20:10.804Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:10.807Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:10.808Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687610802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:20:10.908Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:20:10.909Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:20:10.909Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:10.928Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:20:10.930Z||pool-28-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:11.809Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f4691cb0-4ee5-43d5-befe-2bf40e1b78da from URL: /sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env
2022-04-23T04:20:11.809Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T04:20:11.810Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env
2022-04-23T04:20:11.870Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T04:20:11.871Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env f4691cb0-4ee5-43d5-befe-2bf40e1b78da 2098
2022-04-23T04:20:11.871Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-23T04:20:11.871Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env
2022-04-23T04:20:11.871Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:20:11.872Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:11.875Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:11.876Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687611871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:20:11.976Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:20:11.977Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:20:11.978Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:12.017Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:20:12.019Z||pool-29-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:20:12.876Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 46a031bc-cacd-4ede-9725-a78fdf679361
2022-04-23T04:20:12.878Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d143bc13-ee10 0 316f659f-a639-4aac-9f8e-f031e94e5529 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-04-23T04:20:12.904Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@434b3730, org.onap.sdc.toscaparser.api.parameters.Input@62ba6158, org.onap.sdc.toscaparser.api.parameters.Input@6a7c9254, org.onap.sdc.toscaparser.api.parameters.Input@66b1fbb6, org.onap.sdc.toscaparser.api.parameters.Input@7c59a2e7]
2022-04-23T04:20:12.906Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:12.906Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:12.906Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-04-23T04:20:12.907Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 097168d1-9977-4b7b-a9c5-1f1f28519065
2022-04-23T04:20:12.907Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 097168d1-9977-4b7b-a9c5-1f1f28519065 matches Tosca VF Customization UUID: 097168d1-9977-4b7b-a9c5-1f1f28519065
2022-04-23T04:20:12.907Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 097168d1-9977-4b7b-a9c5-1f1f28519065 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-23T04:20:12.911Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:12.911Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:12.913Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 097168d1-9977-4b7b-a9c5-1f1f28519065: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-23T04:20:12.913Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a3d56d2
2022-04-23T04:20:12.914Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:12.914Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T04:20:12.914Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7b0046cb-8344-486a-ace0-5805c372e26c
2022-04-23T04:20:12.914Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7b0046cb-8344-486a-ace0-5805c372e26c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-23T04:20:12.919Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:12.919Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is matching search criteria
2022-04-23T04:20:12.920Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d143bc13-ee10 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:20:12.920Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:12.920Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is matching search criteria
2022-04-23T04:20:12.921Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d143bc13-ee10 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:20:12.921Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:12.921Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is not matching search criteria
2022-04-23T04:20:12.922Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:20:12.922Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:20:12.922Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-23T04:20:12.923Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-23T04:20:12.923Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-23T04:20:12.923Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:20:12.924Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:12.924Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-23T04:20:12.925Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:12.925Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-23T04:20:12.926Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:20:12.926Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=102b4189-8b4f-498e-b3c7-bfad3b67469f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-23T04:20:12.930Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:12.931Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is matching search criteria
2022-04-23T04:20:12.931Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d143bc13-ee10 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:20:12.932Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:12.932Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is not matching search criteria
2022-04-23T04:20:12.932Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:20:12.933Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:20:12.933Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-23T04:20:12.933Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:20:12.934Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:12.934Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:20:12.934Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-23T04:20:12.934Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-23T04:20:12.934Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-23T04:20:12.935Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:12.935Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-23T04:20:12.935Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:20:12.936Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=231b808f-7cff-41ff-af09-ea5278182418
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-23T04:20:12.941Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:12.941Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is matching search criteria
2022-04-23T04:20:12.942Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d143bc13-ee10 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:20:12.946Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:12.946Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is not matching search criteria
2022-04-23T04:20:12.947Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:20:12.947Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:20:12.948Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-23T04:20:12.948Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:20:12.948Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:12.949Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:20:12.949Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-23T04:20:12.949Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-23T04:20:12.950Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-23T04:20:12.950Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:20:12.950Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-23T04:20:12.951Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-23T04:20:12.951Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fcbc3f91-384c-4a73-9baf-0403228a5f4a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-23T04:20:12.955Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:12.956Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is matching search criteria
2022-04-23T04:20:12.956Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d143bc13-ee10 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:20:12.957Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:12.957Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Node template vFW d143bc13-ee10 0 is matching search criteria
2022-04-23T04:20:12.958Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d143bc13-ee10 0] matching following query criteria: sdcType=VF, customizationUUID=097168d1-9977-4b7b-a9c5-1f1f28519065
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T04:20:12.963Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:12.963Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:12.964Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 46a031bc-cacd-4ede-9725-a78fdf679361: vFW d143bc13-ee10
2022-04-23T04:20:12.965Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:12.965Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:12.966Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:12.966Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:12.966Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:12.966Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:12.967Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:12.967Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:12.967Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:20:12.968Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-15-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:20:12.968Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-04-23 04-15-57
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T04:20:13.338Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d143bc13-ee10 316f659f-a639-4aac-9f8e-f031e94e5529 1 ASDC deployResourceStructure
2022-04-23T04:20:13.339Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json ASDC sendASDCNotification
2022-04-23T04:20:13.339Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json
2022-04-23T04:20:13.339Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:20:13.339Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:13.343Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:13.343Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687613338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
"status": "DEPLOY_OK"
}
2022-04-23T04:20:13.444Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:20:13.445Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:20:13.446Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:13.467Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:20:13.468Z||pool-30-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:14.344Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-23T04:20:14.344Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml
2022-04-23T04:20:14.344Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:20:14.345Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:14.350Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:14.350Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687614344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-23T04:20:14.449Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:20:14.451Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:20:14.452Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:14.466Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:20:14.468Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:15.352Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-23T04:20:15.353Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env
2022-04-23T04:20:15.353Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:20:15.354Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:15.361Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:15.362Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687615351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-23T04:20:15.458Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-23T04:20:15.460Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:20:15.460Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:15.479Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:20:15.479Z||pool-32-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:16.363Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar ASDC sendASDCNotification
2022-04-23T04:20:16.364Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar
2022-04-23T04:20:16.365Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T04:20:16.366Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:16.370Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:16.371Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687616363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-23T04:20:16.471Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:20:16.472Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:20:16.473Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:16.488Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:20:16.490Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:17.372Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f2d1f3c-36ce-4d10-a018-101ba1666fc9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T04:20:17.399Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f2d1f3c-36ce-4d10-a018-101ba1666fc9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T04:20:17.408Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T04:20:17.409Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-23T04:20:17.409Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-23T04:20:17.409Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-23T04:20:17.409Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-23T04:20:17.409Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-23T04:20:17.410Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-23T04:20:17.410Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-23T04:20:17.410Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-23T04:20:17.410Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-23T04:20:17.411Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:20:17.421Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-23T04:20:26.461Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T04:20:26.462Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T04:20:26.462Z||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 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:27.109Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:20:27.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "dcae-sch",
"timestamp": 1650687573100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "cds",
"timestamp": 1650687572433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "dcae-sch",
"timestamp": 1650687573100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "cds",
"timestamp": 1650687572433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "aai-ml",
"timestamp": 1650687579353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1650687580966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "dcae-sch",
"timestamp": 1650687573100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "cds",
"timestamp": 1650687572433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "aai-ml",
"timestamp": 1650687579353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1650687580966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "dcae-sch",
"timestamp": 1650687573100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "cds",
"timestamp": 1650687572433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687581869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "aai-ml",
"timestamp": 1650687579353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1650687580966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "dcae-sch",
"timestamp": 1650687573100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "cds",
"timestamp": 1650687572433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687581869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
"status": "NOTIFIED"
}
2022-04-23T04:20:27.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "aai-ml",
"timestamp": 1650687579353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1650687580966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "dcae-sch",
"timestamp": 1650687573100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "cds",
"timestamp": 1650687572433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687581869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-23T04:20:27.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "aai-ml",
"timestamp": 1650687579353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1650687580966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "dcae-sch",
"timestamp": 1650687573100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "cds",
"timestamp": 1650687572433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
"status": "NOTIFIED"
}
2022-04-23T04:20:27.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687581869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "aai-ml",
"timestamp": 1650687579353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1650687580966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687581869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-23T04:20:27.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "cds",
"timestamp": 1650687586844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:20:27.136Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "aai-ml",
"timestamp": 1650687579353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
"status": "NOTIFIED"
}
2022-04-23T04:20:27.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1650687580966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "policy-id",
"timestamp": 1650687585974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687581869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "cds",
"timestamp": 1650687587860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T04:20:27.180Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ada8b442-47ef-4f12-a1e2-266d1fe864ef
2022-04-23T04:20:27.181Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada8b442-47ef-4f12-a1e2-266d1fe864ef and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T04:20:27.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "aai-ml",
"timestamp": 1650687587208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:20:27.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687581869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
"status": "NOTIFIED"
}
2022-04-23T04:20:27.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "policy-id",
"timestamp": 1650687585974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "policy-id",
"timestamp": 1650687585974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-23T04:20:27.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687589653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:20:27.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "clamp",
"timestamp": 1650687588517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687588595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "policy-id",
"timestamp": 1650687585974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "clamp",
"timestamp": 1650687588517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
"status": "NOTIFIED"
}
2022-04-23T04:20:27.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687588595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687591251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:20:27.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7750455-76bc-4b80-a3a9-d5dca14a1db9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687590597,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:20:27.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "policy-id",
"timestamp": 1650687585974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "clamp",
"timestamp": 1650687588517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687588595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "policy-id",
"timestamp": 1650687585974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687592566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:20:27.226Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "clamp",
"timestamp": 1650687588517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687588595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687593589,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:20:27.240Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ada8b442-47ef-4f12-a1e2-266d1fe864ef
2022-04-23T04:20:27.240Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada8b442-47ef-4f12-a1e2-266d1fe864ef and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T04:20:27.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "policy-id",
"timestamp": 1650687585974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
"status": "NOTIFIED"
}
2022-04-23T04:20:27.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "clamp",
"timestamp": 1650687588517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687588595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650687594593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
"status": "DEPLOY_OK"
}
2022-04-23T04:20:27.266Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "policy-id",
"timestamp": 1650687594034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:20:27.267Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "clamp",
"timestamp": 1650687588517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687588595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "policy-id",
"timestamp": 1650687595042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-23T04:20:27.270Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "clamp",
"timestamp": 1650687588517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
"status": "NOTIFIED"
}
2022-04-23T04:20:27.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687588595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
"status": "NOTIFIED"
}
2022-04-23T04:20:27.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687591634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "policy-id",
"timestamp": 1650687596048,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:20:27.288Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ada8b442-47ef-4f12-a1e2-266d1fe864ef
2022-04-23T04:20:27.288Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada8b442-47ef-4f12-a1e2-266d1fe864ef and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-23T04:20:27.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687591634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
"status": "NOTIFIED"
}
2022-04-23T04:20:27.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687597039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:20:27.310Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687591634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-23T04:20:27.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687591634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687591634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-23T04:20:27.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687591634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:27.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687591634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"status": "NOTIFIED"
}
2022-04-23T04:20:27.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-23T04:20:27.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687603200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-23T04:20:27.315Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687603633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:20:27.316Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650687604210,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:20:27.328Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ada8b442-47ef-4f12-a1e2-266d1fe864ef
2022-04-23T04:20:27.328Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada8b442-47ef-4f12-a1e2-266d1fe864ef and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T04:20:27.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "clamp",
"timestamp": 1650687604882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:20:27.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "aai-ml",
"timestamp": 1650687606613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-23T04:20:27.357Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "aai-ml",
"timestamp": 1650687607619,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:20:27.370Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ada8b442-47ef-4f12-a1e2-266d1fe864ef
2022-04-23T04:20:27.379Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada8b442-47ef-4f12-a1e2-266d1fe864ef and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T04:20:27.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "clamp",
"timestamp": 1650687607887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-23T04:20:27.400Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "clamp",
"timestamp": 1650687608893,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T04:20:27.409Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ada8b442-47ef-4f12-a1e2-266d1fe864ef
2022-04-23T04:20:27.410Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada8b442-47ef-4f12-a1e2-266d1fe864ef and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T04:20:27.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687609712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:20:27.423Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687610802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:20:27.424Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687611871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:20:27.424Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687613338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/vfwd143bc13ee100_modules.json",
"status": "DEPLOY_OK"
}
2022-04-23T04:20:27.424Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687614344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-23T04:20:27.425Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687615351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/resourceInstances/vfwd143bc13ee100/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-23T04:20:27.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:27.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T04:20:27.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687616363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041557/1.0/artifacts/service-Vfw20220423041557-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-23T04:20:27.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T04:20:47.422Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0f2d1f3c-36ce-4d10-a018-101ba1666fc9 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-23T04:20:47.431Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0f2d1f3c-36ce-4d10-a018-101ba1666fc9 and serviceModelVersionId: 46a031bc-cacd-4ede-9725-a78fdf679361
2022-04-23T04:20:47.431Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3cfa5836-a827-4b5e-a60e-2d9f68f4ace6
2022-04-23T04:20:47.433Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3cfa5836-a827-4b5e-a60e-2d9f68f4ace6/model-vers/model-ver/46a031bc-cacd-4ede-9725-a78fdf679361?depth=0
2022-04-23T04:20:47.439Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-23T04:20:47.528Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cfa5836-a827-4b5e-a60e-2d9f68f4ace6/model-vers/model-ver/46a031bc-cacd-4ede-9725-a78fdf679361?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-23T04:20:47.530Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cfa5836-a827-4b5e-a60e-2d9f68f4ace6/model-vers/model-ver/46a031bc-cacd-4ede-9725-a78fdf679361?depth=0|INFO|500||Invoke
2022-04-23T04:20:47.575Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cfa5836-a827-4b5e-a60e-2d9f68f4ace6/model-vers/model-ver/46a031bc-cacd-4ede-9725-a78fdf679361?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-23T04:20:47.709Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cfa5836-a827-4b5e-a60e-2d9f68f4ace6/model-vers/model-ver/46a031bc-cacd-4ede-9725-a78fdf679361?depth=0|INFO|500||InvokeReturn
2022-04-23T04:20:47.709Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cfa5836-a827-4b5e-a60e-2d9f68f4ace6/model-vers/model-ver/46a031bc-cacd-4ede-9725-a78fdf679361?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220423-04:20:48:408-96264], vertex-id=[200744], Content-Length=[0], Date=[Sat, 23 Apr 2022 04:20:48 GMT], Content-Type=[application/json]}
2022-04-23T04:20:47.710Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-04-23T04:20:47.710Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-23T04:20:47.711Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T04:20:47.723Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-23T04:20:47.725Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0f2d1f3c-36ce-4d10-a018-101ba1666fc9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-23T04:20:47.727Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-23T04:20:47.728Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:47.736Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:47.736Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0f2d1f3c-36ce-4d10-a018-101ba1666fc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687647727,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T04:20:47.836Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:20:47.837Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:20:47.838Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:47.858Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:20:47.858Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-23T04:20:48.783Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T04:20:48.784Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"ada8b442-47ef-4f12-a1e2-266d1fe864ef","serviceName":"vFW 2022-04-23 04-18-10","serviceVersion":"1.0","serviceUUID":"bcc07c78-2999-437c-8c35-9d37dc8fca99","serviceDescription":"catalog service description","serviceInvariantUUID":"a0e384cb-443c-47ff-b0e1-5553d6f7694f","resources":[{"resourceInstanceName":"vFW 5c531036-f6e9 0","resourceName":"vFW 5c531036-f6e9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1480844f-76dd-4f90-85bf-5d4310fab9c3","resourceInvariantUUID":"a35eef2f-f91a-4633-9ba9-8816e63f8bfc","resourceCustomizationUUID":"2cd5f6f5-5af3-4c16-b26c-02d9b92e8255","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vf-license-model.xml","artifactChecksum":"Y2ZkMzRlNjYxZTJlNTZkNmYwYzU2MjQ4MjZlNzY0N2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb2dcaad-d5f9-422b-9399-54f2edb3f5d8","artifactVersion":"1"},{"artifactName":"vfw5c531036f6e90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json","artifactChecksum":"MTI0M2JmMzVhYTNjOGE1ZTY2YWY4N2I4ZjZhY2I5OTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"08b7e572-e5c2-46ed-96c4-7902961ca093","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"59f7653e-d284-46a4-9e4f-cce05cd9a8ed","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vendor-license-model.xml","artifactChecksum":"ZGY5OWE1YjlkNWMzYzU1Mzg0Zjc5NjYyZjEzZjJhNDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c9027e7-ebef-4fd7-9d95-6fb3da6f964e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d0ce9908-21fb-458a-8518-00d9d92bfd01","artifactVersion":"2","generatedFromUUID":"59f7653e-d284-46a4-9e4f-cce05cd9a8ed"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220423041810-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-template.yml","artifactChecksum":"ZDYyYWFkMTU0NGEyYjliYzk1MjFlNjkxMTI1OTRkNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7c590a89-d013-4dd4-934a-32335b0f445a","artifactVersion":"1"},{"artifactName":"service-Vfw20220423041810-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar","artifactChecksum":"NDFlOWJmNGMwYmFmYTBiZGVkMDIyM2UwNzViOGU1NTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d522df36-5b26-44e9-84c5-7e9f50d5dc70","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-23T04:20:48.786Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:20:48.787Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:48.791Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:48.792Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687591634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:48.891Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:20:48.893Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:20:48.894Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:48.913Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:20:48.914Z||pool-35-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:49.792Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:20:49.794Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:49.799Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:49.799Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687591634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
"status": "NOTIFIED"
}
2022-04-23T04:20:49.901Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-23T04:20:49.903Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:20:49.903Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:49.923Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:20:49.923Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:50.800Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:20:50.802Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:50.805Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:50.806Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687591634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-23T04:20:50.906Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:20:50.908Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:20:50.908Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:50.935Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:20:50.936Z||pool-37-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-04-23T04:20:51.806Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:20:51.808Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:51.811Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:51.811Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687591634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:51.911Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:20:51.913Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:20:51.913Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:51.930Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:20:51.932Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:52.812Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:20:52.813Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:52.817Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:52.817Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687591634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-23T04:20:52.917Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:20:52.918Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:20:52.919Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:52.938Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:20:52.939Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:53.818Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:20:53.819Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:53.823Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:53.823Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687591634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-23T04:20:53.923Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:20:53.925Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:20:53.925Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:53.947Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:20:53.948Z||pool-40-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:54.824Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T04:20:54.826Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:54.829Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:54.829Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687591634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
"status": "NOTIFIED"
}
2022-04-23T04:20:54.929Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:20:54.931Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:20:54.931Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:54.949Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:20:54.950Z||pool-41-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:55.832Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"serviceName": "vFW 2022-04-23 04-18-10",
"serviceVersion": "1.0",
"serviceUUID": "bcc07c78-2999-437c-8c35-9d37dc8fca99",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a0e384cb-443c-47ff-b0e1-5553d6f7694f",
"resources": [
{
"resourceInstanceName": "vFW 5c531036-f6e9 0",
"resourceCustomizationUUID": "2cd5f6f5-5af3-4c16-b26c-02d9b92e8255",
"resourceName": "vFW 5c531036-f6e9",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1480844f-76dd-4f90-85bf-5d4310fab9c3",
"resourceInvariantUUID": "a35eef2f-f91a-4633-9ba9-8816e63f8bfc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw5c531036f6e90_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
"artifactChecksum": "MTI0M2JmMzVhYTNjOGE1ZTY2YWY4N2I4ZjZhY2I5OTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "08b7e572-e5c2-46ed-96c4-7902961ca093",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "59f7653e-d284-46a4-9e4f-cce05cd9a8ed",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d0ce9908-21fb-458a-8518-00d9d92bfd01",
"generatedFromUUID": "59f7653e-d284-46a4-9e4f-cce05cd9a8ed"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d0ce9908-21fb-458a-8518-00d9d92bfd01",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220423041810-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
"artifactChecksum": "NDFlOWJmNGMwYmFmYTBiZGVkMDIyM2UwNzViOGU1NTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d522df36-5b26-44e9-84c5-7e9f50d5dc70"
}
],
"workloadContext": "Production"
}
2022-04-23T04:20:55.832Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-23T04:20:55.832Z|0f2d1f3c-36ce-4d10-a018-101ba1666fc9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bcc07c78-2999-437c-8c35-9d37dc8fca99 ASDC
2022-04-23T04:20:55.833Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ada8b442-47ef-4f12-a1e2-266d1fe864ef
ServiceName:vFW 2022-04-23 04-18-10
ServiceVersion:1.0
ServiceUUID:bcc07c78-2999-437c-8c35-9d37dc8fca99
ServiceInvariantUUID:a0e384cb-443c-47ff-b0e1-5553d6f7694f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220423041810-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar
ArtifactUUID:d522df36-5b26-44e9-84c5-7e9f50d5dc70
ArtifactChecksum:NDFlOWJmNGMwYmFmYTBiZGVkMDIyM2UwNzViOGU1NTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 5c531036-f6e9 0
ResourceCustomizationUUID:2cd5f6f5-5af3-4c16-b26c-02d9b92e8255
ResourceInvariantUUID:a35eef2f-f91a-4633-9ba9-8816e63f8bfc
ResourceName:vFW 5c531036-f6e9
ResourceType:VF
ResourceUUID:1480844f-76dd-4f90-85bf-5d4310fab9c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw5c531036f6e90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json
ArtifactUUID:08b7e572-e5c2-46ed-96c4-7902961ca093
ArtifactChecksum:MTI0M2JmMzVhYTNjOGE1ZTY2YWY4N2I4ZjZhY2I5OTM=
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/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml
ArtifactUUID:59f7653e-d284-46a4-9e4f-cce05cd9a8ed
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/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env
ArtifactUUID:d0ce9908-21fb-458a-8518-00d9d92bfd01
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/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env
ArtifactUUID:d0ce9908-21fb-458a-8518-00d9d92bfd01
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-23T04:20:55.833Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bcc07c78-2999-437c-8c35-9d37dc8fca99 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-23T04:20:55.889Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:20:55.890Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T04:20:55.890Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T04:20:55.890Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d522df36-5b26-44e9-84c5-7e9f50d5dc70 from URL: /sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar
2022-04-23T04:20:55.890Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T04:20:55.890Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar
2022-04-23T04:20:56.522Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T04:20:56.528Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar d522df36-5b26-44e9-84c5-7e9f50d5dc70 98929
2022-04-23T04:20:56.529Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar ASDC sendASDCNotification
2022-04-23T04:20:56.529Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar
2022-04-23T04:20:56.530Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:20:56.530Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:20:56.533Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:20:56.533Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687656529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:20:56.633Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T04:20:56.635Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:20:56.635Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:20:56.654Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:20:56.655Z||pool-42-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:20:57.534Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T04:20:57.535Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T04:20:57.536Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d522df36-5b26-44e9-84c5-7e9f50d5dc70, URL: /sdc/v1/catalog/services/Vfw20220423041810/1.0/artifacts/service-Vfw20220423041810-csar.csar to file: /app/ASDC/1/service-Vfw20220423041810-csar.csar
2022-04-23T04:20:57.536Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220423041810-csar.csar
2022-04-23T04:20:57.537Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220423041810-csar.csar
2022-04-23T04:20:57.537Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220423041810-csar.csar
2022-04-23T04:20:57.922Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1041024259849823344/Definitions/service-Vfw20220423041810-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-04-23T04:21:01.612Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-23T04:21:01.613Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-23T04:21:01.613Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.614Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-23T04:21:01.614Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||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-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.614Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5c531036-f6e9 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-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.614Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||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-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.614Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||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-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.614Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.615Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.615Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||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-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.615Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||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-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.615Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||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-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.615Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.615Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||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-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.616Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.616Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||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-Vfw20220423041810-csar.csar
2022-04-23T04:21:01.616Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-23T04:21:01.616Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:21:01.616Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:21:01.617Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is matching search criteria
2022-04-23T04:21:01.617Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-23T04:21:01.617Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5c531036-f6e9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:21:01.618Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:21:01.618Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:21:01.618Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is matching search criteria
2022-04-23T04:21:01.619Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-23T04:21:01.619Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5c531036-f6e9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T04:21:01.619Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:21:01.619Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:21:01.620Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:21:01.620Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is not matching search criteria
2022-04-23T04:21:01.620Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:21:01.620Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:21:01.621Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-23T04:21:01.621Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:01.621Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:21:01.621Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:21:01.622Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-23T04:21:01.622Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-23T04:21:01.622Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-23T04:21:01.622Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:21:01.623Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:01.623Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-23T04:21:01.623Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:01.623Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-23T04:21:01.624Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:21:01.624Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-23T04:21:01.624Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:21:01.624Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T04:21:01.625Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:21:01.625Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is matching search criteria
2022-04-23T04:21:01.625Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5c531036-f6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:21:01.626Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:21:01.626Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is matching search criteria
2022-04-23T04:21:01.627Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5c531036-f6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:21:01.627Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:21:01.627Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is matching search criteria
2022-04-23T04:21:01.627Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5c531036-f6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:21:01.628Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:21:01.628Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is not matching search criteria
2022-04-23T04:21:01.628Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:21:01.628Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:21:01.629Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-23T04:21:01.629Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-23T04:21:01.629Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-23T04:21:01.630Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:21:01.630Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:01.630Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-23T04:21:01.631Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:01.631Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-23T04:21:01.631Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:21:01.631Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3049c3e8-92c8-475e-ab5b-2ffa349bcb9b
2022-04-23T04:21:01.632Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:21:01.632Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is not matching search criteria
2022-04-23T04:21:01.632Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:21:01.632Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:21:01.633Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-23T04:21:01.633Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:01.633Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:21:01.633Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:21:01.634Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-23T04:21:01.634Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-23T04:21:01.634Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-23T04:21:01.635Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:01.635Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-23T04:21:01.635Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:21:01.635Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c65f8827-8587-488d-bfff-bdf7ea558562
2022-04-23T04:21:01.636Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:21:01.636Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is not matching search criteria
2022-04-23T04:21:01.636Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:21:01.636Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:21:01.636Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-23T04:21:01.637Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:01.637Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:21:01.637Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:21:01.637Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-23T04:21:01.638Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-23T04:21:01.638Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-23T04:21:01.638Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:21:01.638Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:01.638Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-23T04:21:01.639Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1aad7485-2323-4961-815d-26d658fd03c7
2022-04-23T04:21:01.639Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:21:01.639Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:21:01.639Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:21:01.640Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:21:01.640Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:21:01.640Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:21:01.640Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:21:01.640Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:21:01.641Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-23 04-18-10
Description:catalog service description
Model UUID:bcc07c78-2999-437c-8c35-9d37dc8fca99
Model Version:NULL
Model InvariantUuid:a0e384cb-443c-47ff-b0e1-5553d6f7694f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 5c531036-f6e9
Model UUID:02af88e2-9874-47ca-af9a-e0cf0bcbe15c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a35eef2f-f91a-4633-9ba9-8816e63f8bfc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2cd5f6f5-5af3-4c16-b26c-02d9b92e8255
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:45be007e-f5b2-4174-a855-b7f33d37cb5f
ModelName:Vfw5c531036F6e9..base_vfw..module-0
ModelUuid:770679a0-3137-40fd-bd68-3411ff7e494e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3049c3e8-92c8-475e-ab5b-2ffa349bcb9b
ModelInvariantUuid:2944ff2b-9b0b-4f03-9e4d-bd66b98c1261
ModelName:vFW 5c531036-f6e9-nodes.vfwCvfc
ModelUuid:cf5096ae-371f-414a-8987-30a6e846e735
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:9b52fdf0-f3cf-4668-acc6-6725b105c15c
ModelInvariantUuid:e74a54df-3e66-46fe-9a8e-604621cda061
ModelName:Vfw5c531036F6e9.compute.nodes.heat.vfw
ModelUuid:d630ad3a-4448-4188-900d-880efc3bf8cc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c65f8827-8587-488d-bfff-bdf7ea558562
ModelInvariantUuid:738f0e8e-0b51-4d14-9ac1-8045426cbe77
ModelName:vFW 5c531036-f6e9-nodes.vsnCvfc
ModelUuid:28c558b7-a9a0-475e-91cf-d6c64823891d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:6a992746-f9bc-404c-8ee3-bae9ee6eee33
ModelInvariantUuid:b0d8b04d-3144-4fdf-821a-fdf90129ab00
ModelName:Vfw5c531036F6e9.compute.nodes.heat.vsn
ModelUuid:c9186816-7b89-40e4-b51e-417146029d96
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1aad7485-2323-4961-815d-26d658fd03c7
ModelInvariantUuid:04bd95ff-8cf9-4050-addd-3d10136e800d
ModelName:vFW 5c531036-f6e9-nodes.vpgCvfc
ModelUuid:15e8038a-ac47-405f-97d7-2a2ef42bd95a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:097592b0-ff80-4dcd-8331-8227cf597226
ModelInvariantUuid:75fcd8da-2c76-4dcb-8304-de24827c271f
ModelName:Vfw5c531036F6e9.compute.nodes.heat.vpg
ModelUuid:864893c6-9f44-451a-8b94-a8df23cafda2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-23T04:21:01.652Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 1480844f-76dd-4f90-85bf-5d4310fab9c3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T04:21:01.659Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||vFW 5c531036-f6e9 0
2022-04-23T04:21:01.659Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1480844f-76dd-4f90-85bf-5d4310fab9c3
2022-04-23T04:21:01.659Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 08b7e572-e5c2-46ed-96c4-7902961ca093 from URL: /sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json
2022-04-23T04:21:01.659Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T04:21:01.660Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json
2022-04-23T04:21:01.918Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T04:21:01.918Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json 08b7e572-e5c2-46ed-96c4-7902961ca093 785
2022-04-23T04:21:01.919Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json ASDC sendASDCNotification
2022-04-23T04:21:01.922Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json
2022-04-23T04:21:01.922Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:21:01.922Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:21:01.931Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:21:01.931Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687661919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/vfw5c531036f6e90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:21:02.026Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-23T04:21:02.028Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:21:02.028Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:21:02.050Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:21:02.051Z||pool-43-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:21:02.935Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw5c531036F6e9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "45be007e-f5b2-4174-a855-b7f33d37cb5f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "770679a0-3137-40fd-bd68-3411ff7e494e",
"vfModuleModelCustomizationUUID": "238c70a1-3737-4bc8-9c34-b8faa9458abb",
"isBase": true,
"artifacts": [
"59f7653e-d284-46a4-9e4f-cce05cd9a8ed",
"d0ce9908-21fb-458a-8518-00d9d92bfd01"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-23T04:21:02.941Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5c531036F6e9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:770679a0-3137-40fd-bd68-3411ff7e494e
VfModuleModelInvariantUUID:45be007e-f5b2-4174-a855-b7f33d37cb5f
VfModuleModelDescription:NULL
Artifacts UUID List:{
59f7653e-d284-46a4-9e4f-cce05cd9a8ed
,
d0ce9908-21fb-458a-8518-00d9d92bfd01
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-23T04:21:02.947Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw5c531036F6e9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "45be007e-f5b2-4174-a855-b7f33d37cb5f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "770679a0-3137-40fd-bd68-3411ff7e494e",
"vfModuleModelCustomizationUUID": "238c70a1-3737-4bc8-9c34-b8faa9458abb",
"isBase": true,
"artifacts": [
"59f7653e-d284-46a4-9e4f-cce05cd9a8ed",
"d0ce9908-21fb-458a-8518-00d9d92bfd01"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-23T04:21:02.948Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5c531036F6e9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:770679a0-3137-40fd-bd68-3411ff7e494e
VfModuleModelInvariantUUID:45be007e-f5b2-4174-a855-b7f33d37cb5f
VfModuleModelDescription:NULL
Artifacts UUID List:{
59f7653e-d284-46a4-9e4f-cce05cd9a8ed
,
d0ce9908-21fb-458a-8518-00d9d92bfd01
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-23T04:21:02.948Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 59f7653e-d284-46a4-9e4f-cce05cd9a8ed from URL: /sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml
2022-04-23T04:21:02.948Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T04:21:02.949Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml
2022-04-23T04:21:03.221Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T04:21:03.223Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml 59f7653e-d284-46a4-9e4f-cce05cd9a8ed 20368
2022-04-23T04:21:03.223Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-23T04:21:03.223Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml
2022-04-23T04:21:03.223Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:21:03.224Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:21:03.229Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:21:03.229Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687663223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:21:03.329Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:21:03.331Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:21:03.331Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:21:03.346Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:21:03.348Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:21:04.230Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d0ce9908-21fb-458a-8518-00d9d92bfd01 from URL: /sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env
2022-04-23T04:21:04.231Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T04:21:04.231Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env
2022-04-23T04:21:04.518Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T04:21:04.520Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env d0ce9908-21fb-458a-8518-00d9d92bfd01 2098
2022-04-23T04:21:04.521Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-23T04:21:04.521Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env
2022-04-23T04:21:04.522Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T04:21:04.523Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T04:21:04.529Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T04:21:04.530Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ada8b442-47ef-4f12-a1e2-266d1fe864ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650687664520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220423041810/1.0/resourceInstances/vfw5c531036f6e90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-23T04:21:04.629Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T04:21:04.630Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T04:21:04.630Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0rOjjJd6kDplAviY) ...
2022-04-23T04:21:04.646Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-23T04:21:04.647Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-23T04:21:05.531Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: bcc07c78-2999-437c-8c35-9d37dc8fca99
2022-04-23T04:21:05.532Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5c531036-f6e9 0 1480844f-76dd-4f90-85bf-5d4310fab9c3 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-04-23T04:21:05.562Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3da596b, org.onap.sdc.toscaparser.api.parameters.Input@4ae1fb0, org.onap.sdc.toscaparser.api.parameters.Input@2809da66, org.onap.sdc.toscaparser.api.parameters.Input@cca16ec, org.onap.sdc.toscaparser.api.parameters.Input@5d0a171f]
2022-04-23T04:21:05.564Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:21:05.565Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:21:05.565Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-04-23T04:21:05.565Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2cd5f6f5-5af3-4c16-b26c-02d9b92e8255
2022-04-23T04:21:05.566Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2cd5f6f5-5af3-4c16-b26c-02d9b92e8255 matches Tosca VF Customization UUID: 2cd5f6f5-5af3-4c16-b26c-02d9b92e8255
2022-04-23T04:21:05.566Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2cd5f6f5-5af3-4c16-b26c-02d9b92e8255 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-23T04:21:05.571Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:21:05.571Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T04:21:05.572Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2cd5f6f5-5af3-4c16-b26c-02d9b92e8255: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-23T04:21:05.573Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1330e750
2022-04-23T04:21:05.573Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:21:05.573Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 04-18-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T04:21:05.573Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 238c70a1-3737-4bc8-9c34-b8faa9458abb
2022-04-23T04:21:05.574Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 238c70a1-3737-4bc8-9c34-b8faa9458abb
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-23T04:21:05.578Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:21:05.579Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is matching search criteria
2022-04-23T04:21:05.579Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5c531036-f6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:21:05.579Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:21:05.580Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is matching search criteria
2022-04-23T04:21:05.580Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5c531036-f6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:21:05.580Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:21:05.580Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is not matching search criteria
2022-04-23T04:21:05.581Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T04:21:05.581Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T04:21:05.581Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-23T04:21:05.581Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-23T04:21:05.582Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-23T04:21:05.582Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-23T04:21:05.582Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:05.582Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-23T04:21:05.583Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-23T04:21:05.583Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-23T04:21:05.583Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T04:21:05.583Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3049c3e8-92c8-475e-ab5b-2ffa349bcb9b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-23T04:21:05.587Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-23T04:21:05.588Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5c531036-f6e9 0 is matching search criteria
2022-04-23T04:21:05.588Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5c531036-f6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T04:21:05.588Z|ada8b442-47ef-4f12-a1e2-266d1fe864ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery