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-08-23T10:24:56.733Z||main|||||INFO|500||The following profiles are active: basic
2022-08-23T10:25:17.539Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-23T10:25:17.540Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-23T10:25:17.785Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-23T10:25:25.190Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-23T10:25:25.999Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-23T10:25:27.391Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-23T10:25:27.428Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-23T10:25:27.672Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-23T10:25:28.289Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-23T10:25:29.885Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-23T10:25:33.812Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-23T10:25:37.388Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-23T10:25:37.498Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-23T10:25:38.650Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-23T10:25:39.059Z||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-08-23T10:25:41.195Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-23T10:25:42.969Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-08-23T10:25:43.020Z||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$$12b57ff2.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-08-23T10:25:43.022Z||main|||||WARN|500||The sdc end point is not alive
2022-08-23T10:25:48.514Z||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-08-23T10:25:53.650Z||main|||||WARN|500||---
2022-08-23T10:25:53.651Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-23T10:25:53.651Z||main|||||WARN|500||---
2022-08-23T10:25:54.421Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-23T10:26:05.400Z||main|||||INFO|500||Started Application in 75.846 seconds (JVM running for 80.261)
2022-08-23T10:26:05.440Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-23T10:26:05.444Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-23T10:26:05.468Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-23T10:26:05.516Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-23T10:26:05.629Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5bfa35d0-ec26-4f4d-8359-0f07846cc217 url= /sdc/v1/artifactTypes
2022-08-23T10:26:05.630Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-23T10:26:06.213Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-23T10:26:06.270Z||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-08-23T10:26:06.305Z||scheduling-1|||||DEBUG|500||create keys
2022-08-23T10:26:06.319Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-23T10:26:06.351Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:26:06.386Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cb6f8d79-8485-4c31-86ed-d83e7613dfdb url= /sdc/v1/registerForDistribution
2022-08-23T10:26:06.513Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= cb6f8d79-8485-4c31-86ed-d83e7613dfdb url= /sdc/v1/registerForDistribution
2022-08-23T10:26:06.520Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-23T10:26:06.586Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-23T10:26:06.592Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:26:06.614Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:26:06.684Z||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-08-23T10:26:06.684Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:26:06.683Z||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-08-23T10:26:06.691Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:26:17.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:26:17.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:27:06.541Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:27:06.546Z||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-08-23T10:27:06.547Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:27:06.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:27:06.558Z||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-08-23T10:27:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:27:16.123Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:27:16.128Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:28:06.539Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:28:06.542Z||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-08-23T10:28:06.542Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:28:06.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:28:06.558Z||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-08-23T10:28:06.559Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:28:16.101Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:28:16.105Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:29:06.539Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:29:06.540Z||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-08-23T10:29:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:29:06.556Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:29:06.557Z||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-08-23T10:29:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:29:16.124Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:29:16.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:30:06.539Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:30:06.541Z||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-08-23T10:30:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:30:06.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:30:06.560Z||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-08-23T10:30:06.560Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:30:16.104Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:30:16.134Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:31:06.540Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:31:06.544Z||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-08-23T10:31:06.544Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:31:06.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:31:06.560Z||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-08-23T10:31:06.560Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:31:16.100Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:31:16.146Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:32:06.539Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:32:06.541Z||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-08-23T10:32:06.542Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:32:06.556Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:32:06.558Z||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-08-23T10:32:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:32:16.107Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:32:16.119Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:33:06.542Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:33:06.545Z||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-08-23T10:33:06.545Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:33:06.556Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:33:06.560Z||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-08-23T10:33:06.560Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:33:16.099Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:33:16.102Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:34:06.539Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:34:06.541Z||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-08-23T10:34:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:34:06.556Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:34:06.558Z||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-08-23T10:34:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:34:16.112Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:34:16.112Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:35:06.539Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:35:06.540Z||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-08-23T10:35:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:35:06.556Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:35:06.560Z||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-08-23T10:35:06.560Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:35:10.819Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-23T10:35:16.113Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:35:16.116Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:36:06.540Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:36:06.543Z||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-08-23T10:36:06.543Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:36:06.556Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:36:06.557Z||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-08-23T10:36:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:36:16.106Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:36:16.112Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:37:06.540Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:37:06.541Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-23T10:37:06.542Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as c0qLJCmdFaiE5mLG) ...
2022-08-23T10:37:06.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:37:06.557Z||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-08-23T10:37:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:37:16.107Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:37:16.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:38:06.540Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:38:06.543Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-23T10:38:06.543Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as c0qLJCmdFaiE5mLG) ...
2022-08-23T10:38:06.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:38:06.559Z||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-08-23T10:38:06.559Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:38:16.102Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:38:16.103Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:39:06.539Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:39:06.542Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-23T10:39:06.542Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as c0qLJCmdFaiE5mLG) ...
2022-08-23T10:39:06.558Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:39:06.560Z||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-08-23T10:39:06.560Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:39:16.100Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:39:16.107Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:40:06.539Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:40:06.541Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-23T10:40:06.541Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as c0qLJCmdFaiE5mLG) ...
2022-08-23T10:40:06.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:40:06.558Z||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-08-23T10:40:06.559Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:40:16.114Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:40:16.116Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:41:06.540Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:41:06.542Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-23T10:41:06.542Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as c0qLJCmdFaiE5mLG) ...
2022-08-23T10:41:06.556Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:41:06.557Z||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-08-23T10:41:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:41:16.116Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:41:16.116Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:42:06.539Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:42:06.542Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-23T10:42:06.542Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as c0qLJCmdFaiE5mLG) ...
2022-08-23T10:42:06.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:42:06.557Z||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-08-23T10:42:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:42:16.107Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:42:16.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:43:06.540Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:43:06.542Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-23T10:43:06.543Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as c0qLJCmdFaiE5mLG) ...
2022-08-23T10:43:06.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:43:06.559Z||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-08-23T10:43:06.559Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:43:16.129Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:43:16.129Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:44:06.539Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:44:06.541Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-23T10:44:06.541Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as c0qLJCmdFaiE5mLG) ...
2022-08-23T10:44:06.556Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:44:06.557Z||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-08-23T10:44:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:44:16.105Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:44:16.122Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:45:06.539Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:45:06.541Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-23T10:45:06.541Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as c0qLJCmdFaiE5mLG) ...
2022-08-23T10:45:06.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:45:06.558Z||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-08-23T10:45:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:45:16.122Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:45:16.123Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:46:06.539Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:46:06.541Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-23T10:46:06.542Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as c0qLJCmdFaiE5mLG) ...
2022-08-23T10:46:06.556Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:46:06.557Z||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-08-23T10:46:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:46:16.108Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:46:16.110Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:47:06.539Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:47:06.542Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-23T10:47:06.542Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as c0qLJCmdFaiE5mLG) ...
2022-08-23T10:47:06.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:47:06.557Z||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-08-23T10:47:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:47:16.124Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:47:16.125Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:48:06.539Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:48:06.542Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-23T10:48:06.542Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as c0qLJCmdFaiE5mLG) ...
2022-08-23T10:48:06.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:48:06.557Z||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-08-23T10:48:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:48:16.093Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:48:16.108Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:49:06.539Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:49:06.540Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-23T10:49:06.541Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as c0qLJCmdFaiE5mLG) ...
2022-08-23T10:49:06.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:49:06.558Z||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-08-23T10:49:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:49:16.098Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:49:16.101Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:50:06.540Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:50:06.542Z||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-08-23T10:50:06.542Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:50:06.556Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:50:06.557Z||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-08-23T10:50:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:50:16.108Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:50:16.108Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:51:06.540Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:51:06.542Z||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-08-23T10:51:06.543Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:51:06.556Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:51:06.558Z||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-08-23T10:51:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:51:16.105Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:51:16.111Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:52:06.540Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:52:06.542Z||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-08-23T10:52:06.542Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:52:06.556Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:52:06.558Z||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-08-23T10:52:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:52:16.105Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:52:16.128Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:53:06.542Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:53:06.544Z||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-08-23T10:53:06.544Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:53:06.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:53:06.558Z||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-08-23T10:53:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:53:16.108Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:53:16.108Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:54:06.539Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:54:06.540Z||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-08-23T10:54:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:54:06.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:54:06.557Z||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-08-23T10:54:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:54:16.100Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:54:16.100Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:55:06.539Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:55:06.541Z||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-08-23T10:55:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:55:06.556Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:55:06.557Z||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-08-23T10:55:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:55:16.105Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:55:16.105Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:56:06.539Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:56:06.541Z||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-08-23T10:56:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:56:06.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:56:06.560Z||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-08-23T10:56:06.561Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:56:16.100Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:56:16.101Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:57:06.540Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:57:06.543Z||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-08-23T10:57:06.544Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:57:06.556Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:57:06.557Z||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-08-23T10:57:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:57:16.124Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:57:16.125Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:58:06.539Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:58:06.541Z||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-08-23T10:58:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:58:06.556Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:58:06.558Z||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-08-23T10:58:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:58:16.091Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:58:16.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:59:06.539Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:59:06.541Z||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-08-23T10:59:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:59:06.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:59:06.563Z||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-08-23T10:59:06.564Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:59:16.111Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T10:59:16.127Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:00:06.542Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:00:06.543Z||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-08-23T11:00:06.543Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:00:06.556Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:00:06.557Z||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-08-23T11:00:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:00:16.097Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:00:16.104Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:01:06.539Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:01:06.542Z||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-08-23T11:01:06.542Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:01:06.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:01:06.558Z||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-08-23T11:01:06.559Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:01:16.133Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:01:16.135Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:02:06.539Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:02:06.542Z||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-08-23T11:02:06.542Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:06.556Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:02:06.559Z||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-08-23T11:02:06.560Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:11.454Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:02:11.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-23T11:02:11.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9","serviceName":"basic_onboard_MCzhss","serviceVersion":"1.0","serviceUUID":"fa056e6f-0aa7-4463-a899-bf27f682c15d","serviceDescription":"service","serviceInvariantUUID":"42d9d27b-982a-4685-8de1-381b02af0612","resources":[{"resourceInstanceName":"basic_onboard_MCzhss 0","resourceName":"basic_onboard_MCzhss","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0f12f836-5304-42a9-b6bf-745b0cd4b099","resourceInvariantUUID":"6a618f86-882f-4721-9a08-78dd5532c6ce","resourceCustomizationUUID":"af2bdb8e-9e0a-46b6-a979-74b536ffd61f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vf-license-model.xml","artifactChecksum":"ODQ2ZTRhYTNkZjQwOTFlZTBiMjg1M2MxNmYxZDYwMTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"778606fc-1227-4120-9b51-015b9c31f8b0","artifactVersion":"1"},{"artifactName":"basic_onboard_mczhss0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json","artifactChecksum":"YjFhYmUzYTNmY2E2M2YyODRhNzAzYjkzYzA2YTExMjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"270e9ec6-991a-413f-a3ec-87a9bb0729e1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dc3e0e1a-3f16-4d57-acd2-fd6fb27d98d2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b9ef4f0f-e648-49c4-98a6-5069d2643ff3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"90d2293a-921b-41ad-8d34-8e6719133804","artifactVersion":"2","generatedFromUUID":"dc3e0e1a-3f16-4d57-acd2-fd6fb27d98d2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMczhss-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-template.yml","artifactChecksum":"N2IyMDRiNjIzMTBjNzUxMWIwZDQ1MTYyMGZiMmUzZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"14667cc9-80d6-4bcb-bab5-9f4770dc3053","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMczhss-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar","artifactChecksum":"MjRkNzEyNTgyYjQ0NWE3ODZhOTg4NTRkYjliNTcyNzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d72de3ee-ad1c-44fa-9062-6a2ec2e56633","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-23T11:02:11.476Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:02:11.486Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:11.499Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:11.500Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252526539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:02:11.600Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-08-23T11:02:11.606Z||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-08-23T11:02:11.607Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:11.627Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:02:11.629Z||pool-3-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:02:11.749Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:02:11.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:02:11.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "ves-openapi-manager",
"timestamp": 1661252523637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:02:11.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:02:12.511Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:02:12.512Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:12.514Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:12.514Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252526539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
"status": "NOTIFIED"
}
2022-08-23T11:02:12.614Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:02:12.615Z||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-08-23T11:02:12.615Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:12.633Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:02:12.634Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:02:13.515Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:02:13.517Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:13.520Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:13.520Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252526539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-23T11:02:13.620Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:02:13.621Z||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-08-23T11:02:13.621Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:13.638Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:02:13.639Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:02:14.521Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:02:14.521Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:14.524Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:14.524Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252526539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:02:14.624Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:02:14.625Z||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-08-23T11:02:14.626Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:14.649Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:02:14.650Z||pool-6-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:02:15.525Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:02:15.526Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:15.530Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:15.530Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252526539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-23T11:02:15.630Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:02:15.631Z||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-08-23T11:02:15.631Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:15.651Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:02:15.652Z||pool-7-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:02:16.532Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:02:16.532Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:16.535Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:16.535Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252526539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:02:16.636Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:02:16.637Z||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-08-23T11:02:16.637Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:16.656Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:02:16.657Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:02:17.536Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:02:17.537Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:17.540Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:17.540Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252526539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
"status": "NOTIFIED"
}
2022-08-23T11:02:17.640Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:02:17.641Z||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-08-23T11:02:17.642Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:17.663Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:02:17.664Z||pool-9-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:02:18.542Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"serviceName": "basic_onboard_MCzhss",
"serviceVersion": "1.0",
"serviceUUID": "fa056e6f-0aa7-4463-a899-bf27f682c15d",
"serviceDescription": "service",
"serviceInvariantUUID": "42d9d27b-982a-4685-8de1-381b02af0612",
"resources": [
{
"resourceInstanceName": "basic_onboard_MCzhss 0",
"resourceCustomizationUUID": "af2bdb8e-9e0a-46b6-a979-74b536ffd61f",
"resourceName": "basic_onboard_MCzhss",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0f12f836-5304-42a9-b6bf-745b0cd4b099",
"resourceInvariantUUID": "6a618f86-882f-4721-9a08-78dd5532c6ce",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_mczhss0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
"artifactChecksum": "YjFhYmUzYTNmY2E2M2YyODRhNzAzYjkzYzA2YTExMjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "270e9ec6-991a-413f-a3ec-87a9bb0729e1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "dc3e0e1a-3f16-4d57-acd2-fd6fb27d98d2",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "90d2293a-921b-41ad-8d34-8e6719133804",
"generatedFromUUID": "dc3e0e1a-3f16-4d57-acd2-fd6fb27d98d2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "90d2293a-921b-41ad-8d34-8e6719133804",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardMczhss-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
"artifactChecksum": "MjRkNzEyNTgyYjQ0NWE3ODZhOTg4NTRkYjliNTcyNzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d72de3ee-ad1c-44fa-9062-6a2ec2e56633"
}
],
"workloadContext": "Production"
}
2022-08-23T11:02:18.544Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-23T11:02:18.544Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fa056e6f-0aa7-4463-a899-bf27f682c15d ASDC
2022-08-23T11:02:18.673Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
ServiceName:basic_onboard_MCzhss
ServiceVersion:1.0
ServiceUUID:fa056e6f-0aa7-4463-a899-bf27f682c15d
ServiceInvariantUUID:42d9d27b-982a-4685-8de1-381b02af0612
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMczhss-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar
ArtifactUUID:d72de3ee-ad1c-44fa-9062-6a2ec2e56633
ArtifactChecksum:MjRkNzEyNTgyYjQ0NWE3ODZhOTg4NTRkYjliNTcyNzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_MCzhss 0
ResourceCustomizationUUID:af2bdb8e-9e0a-46b6-a979-74b536ffd61f
ResourceInvariantUUID:6a618f86-882f-4721-9a08-78dd5532c6ce
ResourceName:basic_onboard_MCzhss
ResourceType:VF
ResourceUUID:0f12f836-5304-42a9-b6bf-745b0cd4b099
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mczhss0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json
ArtifactUUID:270e9ec6-991a-413f-a3ec-87a9bb0729e1
ArtifactChecksum:YjFhYmUzYTNmY2E2M2YyODRhNzAzYjkzYzA2YTExMjM=
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/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml
ArtifactUUID:dc3e0e1a-3f16-4d57-acd2-fd6fb27d98d2
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/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env
ArtifactUUID:90d2293a-921b-41ad-8d34-8e6719133804
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/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env
ArtifactUUID:90d2293a-921b-41ad-8d34-8e6719133804
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-23T11:02:18.674Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fa056e6f-0aa7-4463-a899-bf27f682c15d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-23T11:02:19.013Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:02:19.014Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:02:19.017Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:02:19.017Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d72de3ee-ad1c-44fa-9062-6a2ec2e56633 from URL: /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:19.017Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:02:19.019Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:19.299Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:02:19.325Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar d72de3ee-ad1c-44fa-9062-6a2ec2e56633 75210
2022-08-23T11:02:19.328Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar ASDC sendASDCNotification
2022-08-23T11:02:19.328Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:19.331Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:02:19.333Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:19.337Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:19.337Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252539326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:02:19.437Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:02:19.440Z||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-08-23T11:02:19.440Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:19.458Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:02:19.459Z||pool-10-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:02:20.338Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:02:20.339Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:02:20.340Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d72de3ee-ad1c-44fa-9062-6a2ec2e56633, URL: /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar to file: /app/ASDC/1/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:20.341Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:20.490Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:20.491Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:21.321Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8872642623071606788/Definitions/service-BasicOnboardMczhss-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-08-23T11:02:23.666Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-23T11:02:23.672Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-23T11:02:23.672Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:23.672Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-23T11:02:23.673Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:23.673Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:23.673Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:23.673Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:23.673Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:23.673Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_MCzhss 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:23.673Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:23.673Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-23T11:02:23.682Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:23.684Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:23.691Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_MCzhss 0 is matching search criteria
2022-08-23T11:02:23.692Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-23T11:02:23.694Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_MCzhss 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:02:23.696Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:23.696Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:23.697Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_MCzhss 0 is matching search criteria
2022-08-23T11:02:23.697Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-23T11:02:23.697Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_MCzhss 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:02:23.697Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:23.697Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:23.701Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:23.702Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_MCzhss 0 is not matching search criteria
2022-08-23T11:02:23.702Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-23T11:02:23.702Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-23T11:02:23.702Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-23T11:02:23.703Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-23T11:02:23.703Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-23T11:02:23.703Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:23.703Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-23T11:02:23.705Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:23.705Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_MCzhss 0 is matching search criteria
2022-08-23T11:02:23.705Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_MCzhss 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:02:23.705Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:23.706Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_MCzhss 0 is matching search criteria
2022-08-23T11:02:23.706Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_MCzhss 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:02:23.706Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:23.706Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_MCzhss 0 is matching search criteria
2022-08-23T11:02:23.706Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_MCzhss 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:02:23.707Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:23.707Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_MCzhss 0 is not matching search criteria
2022-08-23T11:02:23.707Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-23T11:02:23.707Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-23T11:02:23.707Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=adb728df-0ad0-434b-b65e-0d2a12e2701e
2022-08-23T11:02:23.708Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:23.708Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:23.708Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:23.708Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:23.708Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:23.709Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:23.709Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:23.709Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:23.709Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_MCzhss
Description:service
Model UUID:fa056e6f-0aa7-4463-a899-bf27f682c15d
Model Version:NULL
Model InvariantUuid:42d9d27b-982a-4685-8de1-381b02af0612
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_MCzhss
Model UUID:c187cae0-d9c1-444d-bf19-3750b51bd3e3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6a618f86-882f-4721-9a08-78dd5532c6ce
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:af2bdb8e-9e0a-46b6-a979-74b536ffd61f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c49cbd8a-bcf5-4ce9-bf50-3dc63b4c37ad
ModelName:BasicOnboardMczhss..base_ubuntu18..module-0
ModelUuid:ccce1467-e0e5-4dc8-98fb-8f09550a16ca
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:adb728df-0ad0-434b-b65e-0d2a12e2701e
ModelInvariantUuid:678ee148-ef7b-4a97-b28d-7532ee91995e
ModelName:basic_onboard_MCzhss-nodes.ubuntu18Cvfc
ModelUuid:b71b35ec-3897-436f-aab7-cf5911b409cb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:659b8c24-2562-4691-9a49-c7b26093cd8b
ModelInvariantUuid:979c2a0f-26c1-4290-8751-eea55dfdc686
ModelName:BasicOnboardMczhss.compute.nodes.heat.ubuntu18
ModelUuid:f42180ee-7d7b-4cde-a1b1-2549cee8c178
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-08-23T11:02:23.734Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 0f12f836-5304-42a9-b6bf-745b0cd4b099
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-08-23T11:02:23.849Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||basic_onboard_MCzhss 0
2022-08-23T11:02:23.858Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0f12f836-5304-42a9-b6bf-745b0cd4b099
2022-08-23T11:02:23.858Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 270e9ec6-991a-413f-a3ec-87a9bb0729e1 from URL: /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json
2022-08-23T11:02:23.858Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:02:23.858Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json
2022-08-23T11:02:23.910Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:02:23.911Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json 270e9ec6-991a-413f-a3ec-87a9bb0729e1 798
2022-08-23T11:02:23.911Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json ASDC sendASDCNotification
2022-08-23T11:02:23.911Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json
2022-08-23T11:02:23.911Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:02:23.912Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:23.915Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:23.915Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252543911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:02:24.015Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:02:24.016Z||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-08-23T11:02:24.016Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:24.034Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:02:24.035Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:02:24.917Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMczhss..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c49cbd8a-bcf5-4ce9-bf50-3dc63b4c37ad",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ccce1467-e0e5-4dc8-98fb-8f09550a16ca",
"vfModuleModelCustomizationUUID": "c1a569c5-0a6d-45dd-80d4-5732f96a16a4",
"isBase": true,
"artifacts": [
"dc3e0e1a-3f16-4d57-acd2-fd6fb27d98d2",
"90d2293a-921b-41ad-8d34-8e6719133804"
],
"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-08-23T11:02:24.937Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMczhss..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ccce1467-e0e5-4dc8-98fb-8f09550a16ca
VfModuleModelInvariantUUID:c49cbd8a-bcf5-4ce9-bf50-3dc63b4c37ad
VfModuleModelDescription:NULL
Artifacts UUID List:{
dc3e0e1a-3f16-4d57-acd2-fd6fb27d98d2
,
90d2293a-921b-41ad-8d34-8e6719133804
}
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-08-23T11:02:24.940Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMczhss..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c49cbd8a-bcf5-4ce9-bf50-3dc63b4c37ad",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ccce1467-e0e5-4dc8-98fb-8f09550a16ca",
"vfModuleModelCustomizationUUID": "c1a569c5-0a6d-45dd-80d4-5732f96a16a4",
"isBase": true,
"artifacts": [
"dc3e0e1a-3f16-4d57-acd2-fd6fb27d98d2",
"90d2293a-921b-41ad-8d34-8e6719133804"
],
"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-08-23T11:02:24.940Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMczhss..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ccce1467-e0e5-4dc8-98fb-8f09550a16ca
VfModuleModelInvariantUUID:c49cbd8a-bcf5-4ce9-bf50-3dc63b4c37ad
VfModuleModelDescription:NULL
Artifacts UUID List:{
dc3e0e1a-3f16-4d57-acd2-fd6fb27d98d2
,
90d2293a-921b-41ad-8d34-8e6719133804
}
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-08-23T11:02:24.940Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dc3e0e1a-3f16-4d57-acd2-fd6fb27d98d2 from URL: /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml
2022-08-23T11:02:24.940Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:02:24.940Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml
2022-08-23T11:02:24.993Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:02:24.994Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml dc3e0e1a-3f16-4d57-acd2-fd6fb27d98d2 5033
2022-08-23T11:02:24.995Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-23T11:02:24.995Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml
2022-08-23T11:02:24.995Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:02:24.995Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:24.998Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:24.998Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252544995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:02:25.100Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-23T11:02:25.102Z||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-08-23T11:02:25.106Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:25.136Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:02:25.137Z||pool-12-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:02:26.000Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 90d2293a-921b-41ad-8d34-8e6719133804 from URL: /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env
2022-08-23T11:02:26.001Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:02:26.001Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env
2022-08-23T11:02:26.047Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:02:26.048Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env 90d2293a-921b-41ad-8d34-8e6719133804 909
2022-08-23T11:02:26.048Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-23T11:02:26.048Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env
2022-08-23T11:02:26.049Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:02:26.049Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:26.057Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:26.057Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252546048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:02:26.156Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-23T11:02:26.157Z||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-08-23T11:02:26.157Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:26.173Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:02:26.173Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:02:27.058Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fa056e6f-0aa7-4463-a899-bf27f682c15d
2022-08-23T11:02:27.059Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_MCzhss 0 0f12f836-5304-42a9-b6bf-745b0cd4b099 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-23T11:02:27.135Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3de22082, org.onap.sdc.toscaparser.api.parameters.Input@1bfee38e, org.onap.sdc.toscaparser.api.parameters.Input@7c539006, org.onap.sdc.toscaparser.api.parameters.Input@3b471f0c, org.onap.sdc.toscaparser.api.parameters.Input@178dded6]
2022-08-23T11:02:27.140Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:27.141Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:27.142Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-08-23T11:02:27.142Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= af2bdb8e-9e0a-46b6-a979-74b536ffd61f
2022-08-23T11:02:27.142Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: af2bdb8e-9e0a-46b6-a979-74b536ffd61f matches Tosca VF Customization UUID: af2bdb8e-9e0a-46b6-a979-74b536ffd61f
2022-08-23T11:02:27.143Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: af2bdb8e-9e0a-46b6-a979-74b536ffd61f 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-08-23T11:02:27.168Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:27.169Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:27.171Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id af2bdb8e-9e0a-46b6-a979-74b536ffd61f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-23T11:02:27.172Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c1028a
2022-08-23T11:02:27.172Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:27.173Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-23T11:02:27.174Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c1a569c5-0a6d-45dd-80d4-5732f96a16a4
2022-08-23T11:02:27.175Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c1a569c5-0a6d-45dd-80d4-5732f96a16a4
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-08-23T11:02:27.187Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:27.187Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_MCzhss 0 is matching search criteria
2022-08-23T11:02:27.188Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_MCzhss 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:02:27.189Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:27.190Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_MCzhss 0 is matching search criteria
2022-08-23T11:02:27.190Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_MCzhss 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:02:27.190Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:27.191Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_MCzhss 0 is not matching search criteria
2022-08-23T11:02:27.191Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-23T11:02:27.191Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-23T11:02:27.192Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=adb728df-0ad0-434b-b65e-0d2a12e2701e
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-08-23T11:02:27.202Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:27.203Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_MCzhss 0 is matching search criteria
2022-08-23T11:02:27.203Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_MCzhss 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:02:27.204Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:27.204Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_MCzhss 0 is matching search criteria
2022-08-23T11:02:27.204Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_MCzhss 0] matching following query criteria: sdcType=VF, customizationUUID=af2bdb8e-9e0a-46b6-a979-74b536ffd61f
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-08-23T11:02:27.208Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:27.209Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:27.209Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid fa056e6f-0aa7-4463-a899-bf27f682c15d: basic_onboard_MCzhss
2022-08-23T11:02:27.210Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:27.210Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:27.211Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:27.211Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:27.211Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:27.212Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:27.212Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:27.212Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:27.213Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:02:27.213Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:27.213Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_MCzhss
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-08-23T11:02:27.433Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_MCzhss 0f12f836-5304-42a9-b6bf-745b0cd4b099 1 ASDC deployResourceStructure
2022-08-23T11:02:27.434Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json ASDC sendASDCNotification
2022-08-23T11:02:27.434Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json
2022-08-23T11:02:27.434Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:02:27.434Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:27.437Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:27.437Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252547434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-23T11:02:27.537Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:02:27.539Z||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-08-23T11:02:27.539Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:27.555Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:02:27.555Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:02:28.439Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-23T11:02:28.440Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml
2022-08-23T11:02:28.440Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:02:28.441Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:28.444Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:28.444Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252548439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-23T11:02:28.545Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:02:28.546Z||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-08-23T11:02:28.546Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:28.574Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:02:28.575Z||pool-15-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:02:29.446Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-23T11:02:29.447Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env
2022-08-23T11:02:29.447Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:02:29.448Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:29.451Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:29.451Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252549446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-23T11:02:29.551Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:02:29.553Z||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-08-23T11:02:29.553Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:29.569Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:02:29.570Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:02:30.453Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar ASDC sendASDCNotification
2022-08-23T11:02:30.454Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:30.454Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:02:30.455Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:30.458Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:30.458Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252550453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-23T11:02:30.558Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:02:30.559Z||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-08-23T11:02:30.559Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:30.589Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:02:30.590Z||pool-17-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:02:31.460Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
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-08-23T11:02:31.502Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
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-08-23T11:02:31.506Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:02:31.506Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-23T11:02:31.507Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-23T11:03:01.510Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
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-08-23T11:03:01.528Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
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-08-23T11:03:01.534Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:03:01.534Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-23T11:03:01.535Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-23T11:03:06.558Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:03:06.564Z||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-08-23T11:03:06.565Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:03:06.599Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:03:06.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:03:06.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252526539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:03:06.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:03:31.535Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
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-08-23T11:03:31.547Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
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-08-23T11:03:31.550Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:03:31.550Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-23T11:03:31.550Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-23T11:04:01.551Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
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-08-23T11:04:01.569Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
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-08-23T11:04:01.571Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:04:01.572Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-23T11:04:01.572Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-23T11:04:06.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:04:06.559Z||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-08-23T11:04:06.559Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:04:06.596Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:04:06.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "ves-openapi-manager",
"timestamp": 1661252523637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252526539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
"status": "NOTIFIED"
}
2022-08-23T11:04:06.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "cds",
"timestamp": 1661252532017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "ves-openapi-manager",
"timestamp": 1661252523637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252526539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-23T11:04:06.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "cds",
"timestamp": 1661252532017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "ves-openapi-manager",
"timestamp": 1661252523637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252526539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "cds",
"timestamp": 1661252532017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "ves-openapi-manager",
"timestamp": 1661252523637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252526539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-23T11:04:06.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252534803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "cds",
"timestamp": 1661252532017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "ves-openapi-manager",
"timestamp": 1661252523637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252526539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "aai-ml",
"timestamp": 1661252535046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252534803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
"status": "NOTIFIED"
}
2022-08-23T11:04:06.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "cds",
"timestamp": 1661252532017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "ves-openapi-manager",
"timestamp": 1661252523637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252526539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
"status": "NOTIFIED"
}
2022-08-23T11:04:06.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "aai-ml",
"timestamp": 1661252535046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252534803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-23T11:04:06.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "cds",
"timestamp": 1661252532017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "aai-ml",
"timestamp": 1661252535046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252534803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252539326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:04:06.615Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "cds",
"timestamp": 1661252532017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
"status": "NOTIFIED"
}
2022-08-23T11:04:06.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "aai-ml",
"timestamp": 1661252535046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252534803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-23T11:04:06.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "cds",
"timestamp": 1661252539868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:04:06.617Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "aai-ml",
"timestamp": 1661252535046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252534803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "policy-id",
"timestamp": 1661252540117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "cds",
"timestamp": 1661252540887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-23T11:04:06.631Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
2022-08-23T11:04:06.631Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9 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-08-23T11:04:06.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "aai-ml",
"timestamp": 1661252535046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252534803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
"status": "NOTIFIED"
}
2022-08-23T11:04:06.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "policy-id",
"timestamp": 1661252540117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252541488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "aai-ml",
"timestamp": 1661252535046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
"status": "NOTIFIED"
}
2022-08-23T11:04:06.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "policy-id",
"timestamp": 1661252540117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-23T11:04:06.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252542598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:04:06.648Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252541488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252543911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:04:06.649Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "policy-id",
"timestamp": 1661252540117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "aai-ml",
"timestamp": 1661252542910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:04:06.650Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252543687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:04:06.650Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252541488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252544995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:04:06.651Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "policy-id",
"timestamp": 1661252540117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.651Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252544759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:04:06.651Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "clamp",
"timestamp": 1661252544407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.652Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252541488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.652Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252546048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:04:06.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "policy-id",
"timestamp": 1661252540117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "clamp",
"timestamp": 1661252544407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
"status": "NOTIFIED"
}
2022-08-23T11:04:06.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252545836,
"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-08-23T11:04:06.659Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
2022-08-23T11:04:06.660Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9 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-08-23T11:04:06.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252541488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.670Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "policy-id",
"timestamp": 1661252540117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
"status": "NOTIFIED"
}
2022-08-23T11:04:06.671Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252547434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-23T11:04:06.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "clamp",
"timestamp": 1661252544407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252546841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-23T11:04:06.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252541488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "policy-id",
"timestamp": 1661252547934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:04:06.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252548439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-23T11:04:06.674Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "clamp",
"timestamp": 1661252544407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252541488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
"status": "NOTIFIED"
}
2022-08-23T11:04:06.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "policy-id",
"timestamp": 1661252548945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-23T11:04:06.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252549446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-23T11:04:06.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "clamp",
"timestamp": 1661252544407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252549439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:04:06.677Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "policy-id",
"timestamp": 1661252549950,
"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-08-23T11:04:06.686Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
2022-08-23T11:04:06.686Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9 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-08-23T11:04:06.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252550453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-23T11:04:06.699Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "clamp",
"timestamp": 1661252544407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.700Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "clamp",
"timestamp": 1661252544407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
"status": "NOTIFIED"
}
2022-08-23T11:04:06.700Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:04:06.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252553977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-23T11:04:06.701Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252554983,
"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-08-23T11:04:06.708Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
2022-08-23T11:04:06.708Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9 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-08-23T11:04:06.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "aai-ml",
"timestamp": 1661252555277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-23T11:04:06.719Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "clamp",
"timestamp": 1661252556969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:04:06.720Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "aai-ml",
"timestamp": 1661252556284,
"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-08-23T11:04:06.727Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
2022-08-23T11:04:06.727Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9 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-08-23T11:04:06.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "clamp",
"timestamp": 1661252558979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-23T11:04:06.739Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "clamp",
"timestamp": 1661252559984,
"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-08-23T11:04:06.746Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
2022-08-23T11:04:06.746Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9 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-08-23T11:04:31.572Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
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-08-23T11:04:31.590Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
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-08-23T11:04:31.595Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:04:31.595Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-23T11:04:31.595Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-23T11:04:31.595Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-23T11:04:31.596Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-23T11:04:31.596Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-23T11:04:31.596Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-23T11:04:31.597Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-23T11:04:31.597Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-23T11:04:31.597Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-23T11:04:31.598Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-23T11:04:31.605Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-23T11:05:01.606Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9 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-08-23T11:05:01.627Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9 and serviceModelVersionId: fa056e6f-0aa7-4463-a899-bf27f682c15d
2022-08-23T11:05:01.628Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 42d9d27b-982a-4685-8de1-381b02af0612
2022-08-23T11:05:06.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:05:06.560Z||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-08-23T11:05:06.560Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:07.113Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:05:07.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "aai-ml",
"timestamp": 1661252595046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "ves-openapi-manager",
"timestamp": 1661252603637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252594803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "policy-id",
"timestamp": 1661252600117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252601486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "clamp",
"timestamp": 1661252604408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "aai-ml",
"timestamp": 1661252595046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252594803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
"status": "NOTIFIED"
}
2022-08-23T11:05:07.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "ves-openapi-manager",
"timestamp": 1661252603637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "policy-id",
"timestamp": 1661252600117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252601486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "clamp",
"timestamp": 1661252604408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
"status": "NOTIFIED"
}
2022-08-23T11:05:07.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "aai-ml",
"timestamp": 1661252595046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "ves-openapi-manager",
"timestamp": 1661252603637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252594803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-23T11:05:07.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "policy-id",
"timestamp": 1661252600117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-23T11:05:07.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252601486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "clamp",
"timestamp": 1661252604408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "aai-ml",
"timestamp": 1661252595046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "ves-openapi-manager",
"timestamp": 1661252603637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252594803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "policy-id",
"timestamp": 1661252600117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252601486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "cds",
"timestamp": 1661252607017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "clamp",
"timestamp": 1661252604408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "aai-ml",
"timestamp": 1661252595046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "ves-openapi-manager",
"timestamp": 1661252603637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252594803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-23T11:05:07.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "policy-id",
"timestamp": 1661252600117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252601486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "cds",
"timestamp": 1661252607017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "clamp",
"timestamp": 1661252604408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "aai-ml",
"timestamp": 1661252595046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "ves-openapi-manager",
"timestamp": 1661252603637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252594803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "policy-id",
"timestamp": 1661252600117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252601486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "cds",
"timestamp": 1661252607017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.133Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "clamp",
"timestamp": 1661252604408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.133Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "aai-ml",
"timestamp": 1661252595046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
"status": "NOTIFIED"
}
2022-08-23T11:05:07.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "ves-openapi-manager",
"timestamp": 1661252603637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252594803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
"status": "NOTIFIED"
}
2022-08-23T11:05:07.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "policy-id",
"timestamp": 1661252600117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
"status": "NOTIFIED"
}
2022-08-23T11:05:07.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252601486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
"status": "NOTIFIED"
}
2022-08-23T11:05:07.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "cds",
"timestamp": 1661252607017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "clamp",
"timestamp": 1661252604408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
"status": "NOTIFIED"
}
2022-08-23T11:05:07.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "aai-ml",
"timestamp": 1661252610944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:05:07.137Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252611692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:05:07.137Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "policy-id",
"timestamp": 1661252611922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:05:07.138Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252611708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:05:07.138Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "cds",
"timestamp": 1661252607017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "policy-id",
"timestamp": 1661252612926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-23T11:05:07.139Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "cds",
"timestamp": 1661252607017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252612757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:05:07.140Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "policy-id",
"timestamp": 1661252613930,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-23T11:05:07.160Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4754e16e-9e7e-429b-b624-4cb4297dfaa8
2022-08-23T11:05:07.160Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4754e16e-9e7e-429b-b624-4cb4297dfaa8 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-08-23T11:05:07.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "cds",
"timestamp": 1661252607017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
"status": "NOTIFIED"
}
2022-08-23T11:05:07.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:05:07.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252613805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:05:07.172Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252614830,
"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-08-23T11:05:07.178Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4754e16e-9e7e-429b-b624-4cb4297dfaa8
2022-08-23T11:05:07.178Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4754e16e-9e7e-429b-b624-4cb4297dfaa8 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-08-23T11:05:07.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "cds",
"timestamp": 1661252614761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:05:07.187Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252615110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-23T11:05:07.187Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252615835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
"status": "DEPLOY_OK"
}
2022-08-23T11:05:07.188Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "cds",
"timestamp": 1661252615768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-23T11:05:07.197Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4754e16e-9e7e-429b-b624-4cb4297dfaa8
2022-08-23T11:05:07.198Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4754e16e-9e7e-429b-b624-4cb4297dfaa8 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-08-23T11:05:07.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252616114,
"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-08-23T11:05:07.213Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4754e16e-9e7e-429b-b624-4cb4297dfaa8
2022-08-23T11:05:07.214Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4754e16e-9e7e-429b-b624-4cb4297dfaa8 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-08-23T11:05:07.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "aai-ml",
"timestamp": 1661252621420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-23T11:05:07.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "aai-ml",
"timestamp": 1661252622424,
"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-08-23T11:05:07.230Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4754e16e-9e7e-429b-b624-4cb4297dfaa8
2022-08-23T11:05:07.231Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4754e16e-9e7e-429b-b624-4cb4297dfaa8 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-08-23T11:05:07.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "clamp",
"timestamp": 1661252624973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:05:07.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "clamp",
"timestamp": 1661252626982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-23T11:05:07.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "clamp",
"timestamp": 1661252627985,
"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-08-23T11:05:07.249Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4754e16e-9e7e-429b-b624-4cb4297dfaa8
2022-08-23T11:05:07.250Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4754e16e-9e7e-429b-b624-4cb4297dfaa8 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-08-23T11:05:20.406Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/42d9d27b-982a-4685-8de1-381b02af0612/model-vers/model-ver/fa056e6f-0aa7-4463-a899-bf27f682c15d?depth=0
2022-08-23T11:05:20.576Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-23T11:05:21.264Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d9d27b-982a-4685-8de1-381b02af0612/model-vers/model-ver/fa056e6f-0aa7-4463-a899-bf27f682c15d?depth=0|INFO|500||Invoke
2022-08-23T11:05:21.278Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d9d27b-982a-4685-8de1-381b02af0612/model-vers/model-ver/fa056e6f-0aa7-4463-a899-bf27f682c15d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d9d27b-982a-4685-8de1-381b02af0612/model-vers/model-ver/fa056e6f-0aa7-4463-a899-bf27f682c15d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a0acc7f4-c91a-4a1b-9c36-ca46be433b92], X-ECOMP-RequestID=[f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9], X-TransactionId=[], X-ONAP-RequestID=[f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9], Content-Type=[application/merge-patch+json]}
2022-08-23T11:05:21.465Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d9d27b-982a-4685-8de1-381b02af0612/model-vers/model-ver/fa056e6f-0aa7-4463-a899-bf27f682c15d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-23T11:05:21.891Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d9d27b-982a-4685-8de1-381b02af0612/model-vers/model-ver/fa056e6f-0aa7-4463-a899-bf27f682c15d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d9d27b-982a-4685-8de1-381b02af0612/model-vers/model-ver/fa056e6f-0aa7-4463-a899-bf27f682c15d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220823-11:05:21:101-14497], vertex-id=[217088], Content-Length=[0], Date=[Tue, 23 Aug 2022 11:05:21 GMT], Content-Type=[application/json]}
2022-08-23T11:05:21.893Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d9d27b-982a-4685-8de1-381b02af0612/model-vers/model-ver/fa056e6f-0aa7-4463-a899-bf27f682c15d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-23T11:05:21.894Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d9d27b-982a-4685-8de1-381b02af0612/model-vers/model-ver/fa056e6f-0aa7-4463-a899-bf27f682c15d?depth=0|INFO|500||InvokeReturn
2022-08-23T11:05:21.902Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-23T11:05:21.903Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-23T11:05:21.911Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-23T11:05:21.914Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-23T11:05:21.915Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-23T11:05:21.916Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:21.920Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:21.921Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252721914,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-23T11:05:22.020Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:05:22.021Z||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-08-23T11:05:22.021Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:22.042Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:05:22.043Z||pool-18-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-23T11:05:22.938Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:05:22.939Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|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-08-23T11:05:22.939Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:27.406Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:05:27.407Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-23T11:05:27.408Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4754e16e-9e7e-429b-b624-4cb4297dfaa8","serviceName":"vFW 2022-08-23 11-02-32","serviceVersion":"1.0","serviceUUID":"24b39959-1ed4-42a4-b253-f05822748df7","serviceDescription":"catalog service description","serviceInvariantUUID":"99174d21-416f-4820-8bbf-6b671366696b","resources":[{"resourceInstanceName":"vFW 1c31f85a-a470 0","resourceName":"vFW 1c31f85a-a470","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1e4b1705-6865-4421-a8f1-b3c289ab0c8b","resourceInvariantUUID":"b2b2117c-11f3-4edd-905a-a16a6d7b48ea","resourceCustomizationUUID":"1f5dbc1c-c769-4a53-aaa5-f69a4afa839f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vf-license-model.xml","artifactChecksum":"NTM2YzA4MGYwNDczZTkxYTc5MjVlMTdmYjFlNmJjYjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"688897ec-8079-46c9-a53a-8d1b483e24dc","artifactVersion":"1"},{"artifactName":"vfw1c31f85aa4700_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json","artifactChecksum":"NmQ3YTgxODdhZWY1ZjJiZDBhY2YzN2Y0ZDZkNjA0NGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1d852526-f4b4-46fd-a41f-2640e9c73f0c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f476abee-8007-4fd3-a175-2504a7a41302","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vendor-license-model.xml","artifactChecksum":"NjEwOTlhN2E0N2IwNzE2Zjk0OGEwMDEyOTg2NmU5MjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2e9c8d34-0343-4aba-9439-549993e94218","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"45d52776-3c34-49d9-8d8a-43367ed2ac61","artifactVersion":"2","generatedFromUUID":"f476abee-8007-4fd3-a175-2504a7a41302"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220823110232-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-template.yml","artifactChecksum":"MTM5MmRmZDg1NjVjM2ExNDE3NWVhZjZmNDZkYjljZjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"376f0f8d-c60b-408e-a7bd-5ec3164aa9a4","artifactVersion":"1"},{"artifactName":"service-Vfw20220823110232-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar","artifactChecksum":"N2ZiNDMzMmMwOTdmMmUzZWZhNDc0YTBmMmRkNWZjZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf05549e-13b0-4c82-abf1-c0141c758fc5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-23T11:05:27.411Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:05:27.411Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:27.413Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:27.413Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252722938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:27.514Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:05:27.515Z||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-08-23T11:05:27.515Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:27.530Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:05:27.531Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:28.414Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:05:28.416Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:28.418Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:28.418Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252722938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
"status": "NOTIFIED"
}
2022-08-23T11:05:28.519Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-23T11:05:28.520Z||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-08-23T11:05:28.520Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:28.533Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:05:28.535Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:29.419Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:05:29.419Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:29.421Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:29.426Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252722938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-23T11:05:29.521Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-08-23T11:05:29.522Z||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-08-23T11:05:29.523Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:29.556Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:05:29.557Z||pool-21-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:05:30.427Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:05:30.428Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:30.431Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:30.431Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252722938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:30.534Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-23T11:05:30.535Z||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-08-23T11:05:30.536Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:30.554Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:05:30.555Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:31.432Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:05:31.433Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:31.435Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:31.436Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252722938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-23T11:05:31.536Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:05:31.537Z||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-08-23T11:05:31.537Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:31.561Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:05:31.562Z||pool-23-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:32.436Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:05:32.437Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:32.440Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:32.440Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252722938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:05:32.540Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:05:32.541Z||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-08-23T11:05:32.541Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:32.562Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:05:32.563Z||pool-24-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:33.442Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:05:33.444Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:33.446Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:33.446Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252722938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
"status": "NOTIFIED"
}
2022-08-23T11:05:33.547Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:05:33.548Z||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-08-23T11:05:33.548Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:33.564Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:05:33.565Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:34.449Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"serviceName": "vFW 2022-08-23 11-02-32",
"serviceVersion": "1.0",
"serviceUUID": "24b39959-1ed4-42a4-b253-f05822748df7",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "99174d21-416f-4820-8bbf-6b671366696b",
"resources": [
{
"resourceInstanceName": "vFW 1c31f85a-a470 0",
"resourceCustomizationUUID": "1f5dbc1c-c769-4a53-aaa5-f69a4afa839f",
"resourceName": "vFW 1c31f85a-a470",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1e4b1705-6865-4421-a8f1-b3c289ab0c8b",
"resourceInvariantUUID": "b2b2117c-11f3-4edd-905a-a16a6d7b48ea",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw1c31f85aa4700_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
"artifactChecksum": "NmQ3YTgxODdhZWY1ZjJiZDBhY2YzN2Y0ZDZkNjA0NGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1d852526-f4b4-46fd-a41f-2640e9c73f0c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f476abee-8007-4fd3-a175-2504a7a41302",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "45d52776-3c34-49d9-8d8a-43367ed2ac61",
"generatedFromUUID": "f476abee-8007-4fd3-a175-2504a7a41302"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "45d52776-3c34-49d9-8d8a-43367ed2ac61",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220823110232-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
"artifactChecksum": "N2ZiNDMzMmMwOTdmMmUzZWZhNDc0YTBmMmRkNWZjZmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bf05549e-13b0-4c82-abf1-c0141c758fc5"
}
],
"workloadContext": "Production"
}
2022-08-23T11:05:34.450Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-23T11:05:34.450Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24b39959-1ed4-42a4-b253-f05822748df7 ASDC
2022-08-23T11:05:34.451Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4754e16e-9e7e-429b-b624-4cb4297dfaa8
ServiceName:vFW 2022-08-23 11-02-32
ServiceVersion:1.0
ServiceUUID:24b39959-1ed4-42a4-b253-f05822748df7
ServiceInvariantUUID:99174d21-416f-4820-8bbf-6b671366696b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220823110232-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar
ArtifactUUID:bf05549e-13b0-4c82-abf1-c0141c758fc5
ArtifactChecksum:N2ZiNDMzMmMwOTdmMmUzZWZhNDc0YTBmMmRkNWZjZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1c31f85a-a470 0
ResourceCustomizationUUID:1f5dbc1c-c769-4a53-aaa5-f69a4afa839f
ResourceInvariantUUID:b2b2117c-11f3-4edd-905a-a16a6d7b48ea
ResourceName:vFW 1c31f85a-a470
ResourceType:VF
ResourceUUID:1e4b1705-6865-4421-a8f1-b3c289ab0c8b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1c31f85aa4700_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json
ArtifactUUID:1d852526-f4b4-46fd-a41f-2640e9c73f0c
ArtifactChecksum:NmQ3YTgxODdhZWY1ZjJiZDBhY2YzN2Y0ZDZkNjA0NGE=
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/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml
ArtifactUUID:f476abee-8007-4fd3-a175-2504a7a41302
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/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env
ArtifactUUID:45d52776-3c34-49d9-8d8a-43367ed2ac61
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/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env
ArtifactUUID:45d52776-3c34-49d9-8d8a-43367ed2ac61
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-23T11:05:34.451Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24b39959-1ed4-42a4-b253-f05822748df7 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-08-23T11:05:34.487Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:05:34.488Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:05:34.488Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:05:34.489Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bf05549e-13b0-4c82-abf1-c0141c758fc5 from URL: /sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:34.489Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:05:34.489Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:34.559Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:05:34.565Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar bf05549e-13b0-4c82-abf1-c0141c758fc5 100640
2022-08-23T11:05:34.565Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar ASDC sendASDCNotification
2022-08-23T11:05:34.565Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:34.566Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:05:34.566Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:34.568Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:34.568Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252734565,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:05:34.669Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:05:34.670Z||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-08-23T11:05:34.670Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:34.714Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:05:34.715Z||pool-26-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:35.571Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:05:35.574Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:05:35.574Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: bf05549e-13b0-4c82-abf1-c0141c758fc5, URL: /sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar to file: /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:35.575Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220823110232-csar.csar
2022-08-23T11:05:35.576Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:35.577Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:35.851Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6581447201606198663/Definitions/service-Vfw20220823110232-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-08-23T11:05:38.496Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-23T11:05:38.497Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-23T11:05:38.497Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:38.497Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-23T11:05:38.497Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:38.498Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1c31f85a-a470 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:38.498Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:38.498Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:38.498Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:38.498Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:38.498Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:38.499Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:38.499Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:38.499Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:38.499Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:38.499Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-23T11:05:38.499Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:38.500Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:38.500Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is matching search criteria
2022-08-23T11:05:38.500Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-23T11:05:38.501Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c31f85a-a470 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:05:38.501Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:38.501Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:38.501Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is matching search criteria
2022-08-23T11:05:38.502Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-23T11:05:38.502Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c31f85a-a470 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:05:38.503Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:38.503Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:38.504Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:38.504Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is not matching search criteria
2022-08-23T11:05:38.504Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:05:38.505Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:05:38.505Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-23T11:05:38.505Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:38.505Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:05:38.506Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-23T11:05:38.506Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:05:38.506Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-23T11:05:38.506Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-23T11:05:38.506Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:05:38.506Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:38.507Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-23T11:05:38.507Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:38.507Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-23T11:05:38.507Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:05:38.507Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-23T11:05:38.508Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:38.508Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-23T11:05:38.508Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:38.508Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is matching search criteria
2022-08-23T11:05:38.508Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c31f85a-a470 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:05:38.509Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:38.509Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is matching search criteria
2022-08-23T11:05:38.509Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c31f85a-a470 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:05:38.509Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:38.510Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is matching search criteria
2022-08-23T11:05:38.510Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c31f85a-a470 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:05:38.510Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:38.510Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is not matching search criteria
2022-08-23T11:05:38.510Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:05:38.511Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:05:38.511Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-23T11:05:38.511Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-23T11:05:38.511Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-23T11:05:38.511Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:05:38.512Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:38.512Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-23T11:05:38.512Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:38.512Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-23T11:05:38.512Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:05:38.512Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a4c09201-76a2-4e93-9042-97f15083129a
2022-08-23T11:05:38.513Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:38.513Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is not matching search criteria
2022-08-23T11:05:38.513Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:05:38.513Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:05:38.514Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-23T11:05:38.514Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:38.514Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:05:38.514Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-23T11:05:38.514Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:05:38.515Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-23T11:05:38.515Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-23T11:05:38.515Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:38.515Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-23T11:05:38.515Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:05:38.515Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=17ffdc54-3c9c-483f-96b6-6a817f92bfe5
2022-08-23T11:05:38.516Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:38.516Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is not matching search criteria
2022-08-23T11:05:38.516Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:05:38.516Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:05:38.517Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-23T11:05:38.517Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:38.517Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:05:38.517Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-23T11:05:38.518Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:05:38.518Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-23T11:05:38.518Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-23T11:05:38.518Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:05:38.519Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:38.519Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-23T11:05:38.519Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8503a970-5dc2-4988-86f5-8ec977b1efaa
2022-08-23T11:05:38.520Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:38.520Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:38.520Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:38.520Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:38.520Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:38.521Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:38.521Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:38.521Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:38.521Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-23 11-02-32
Description:catalog service description
Model UUID:24b39959-1ed4-42a4-b253-f05822748df7
Model Version:NULL
Model InvariantUuid:99174d21-416f-4820-8bbf-6b671366696b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 1c31f85a-a470
Model UUID:de12eae2-4eff-467d-af15-deca8ebc85ec
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b2b2117c-11f3-4edd-905a-a16a6d7b48ea
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1f5dbc1c-c769-4a53-aaa5-f69a4afa839f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e0eaf7a5-32ea-45f3-acbb-0353c5ef3687
ModelName:Vfw1c31f85aA470..base_vfw..module-0
ModelUuid:d2a7d5bc-06df-47e7-877a-ce3132c506e3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a4c09201-76a2-4e93-9042-97f15083129a
ModelInvariantUuid:87f6c2d3-0171-404c-b3ca-76d24dae930d
ModelName:vFW 1c31f85a-a470-nodes.vfwCvfc
ModelUuid:a6d32456-a01a-4549-9462-3446f75787f0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:5658d6fb-c53a-4081-865b-cc12f4c01c07
ModelInvariantUuid:8ae192a1-9e75-4b8e-8c73-54ffac78e671
ModelName:Vfw1c31f85aA470.compute.nodes.heat.vfw
ModelUuid:b44f91f7-a56b-4c9a-b205-89cd600602b9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:17ffdc54-3c9c-483f-96b6-6a817f92bfe5
ModelInvariantUuid:46481bc8-7d42-4a15-b304-f5415c334a8e
ModelName:vFW 1c31f85a-a470-nodes.vsnCvfc
ModelUuid:8e4b95d1-e057-4774-a349-97c9238d7c04
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a4b28908-81d7-4f32-a051-ac24f0be8966
ModelInvariantUuid:4146f1f7-cf51-474d-b412-311a1c29f97b
ModelName:Vfw1c31f85aA470.compute.nodes.heat.vsn
ModelUuid:a0bd4dc4-7367-4c8c-9e1c-014f33c13c7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8503a970-5dc2-4988-86f5-8ec977b1efaa
ModelInvariantUuid:943bf491-c6e7-48a5-b88e-5f429b844f85
ModelName:vFW 1c31f85a-a470-nodes.vpgCvfc
ModelUuid:afdacd7f-1950-42ac-b907-da6a8d2df5ef
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:57489838-3a60-41e6-b52b-791d0d11cedc
ModelInvariantUuid:b1292135-025e-4fdd-a649-ea54728e1c8a
ModelName:Vfw1c31f85aA470.compute.nodes.heat.vpg
ModelUuid:522f3c47-e067-46f8-a007-5cef87b231e1
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-08-23T11:05:38.530Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 1e4b1705-6865-4421-a8f1-b3c289ab0c8b
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-08-23T11:05:38.534Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||vFW 1c31f85a-a470 0
2022-08-23T11:05:38.534Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1e4b1705-6865-4421-a8f1-b3c289ab0c8b
2022-08-23T11:05:38.534Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1d852526-f4b4-46fd-a41f-2640e9c73f0c from URL: /sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json
2022-08-23T11:05:38.535Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:05:38.535Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json
2022-08-23T11:05:38.593Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:05:38.594Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json 1d852526-f4b4-46fd-a41f-2640e9c73f0c 785
2022-08-23T11:05:38.594Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json ASDC sendASDCNotification
2022-08-23T11:05:38.594Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json
2022-08-23T11:05:38.595Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:05:38.595Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:38.598Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:38.598Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252738594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:05:38.698Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:05:38.699Z||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-08-23T11:05:38.699Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:38.721Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:05:38.722Z||pool-27-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:05:39.599Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1c31f85aA470..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e0eaf7a5-32ea-45f3-acbb-0353c5ef3687",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d2a7d5bc-06df-47e7-877a-ce3132c506e3",
"vfModuleModelCustomizationUUID": "8df52a1f-2f24-4cc1-9cbb-391accb61252",
"isBase": true,
"artifacts": [
"f476abee-8007-4fd3-a175-2504a7a41302",
"45d52776-3c34-49d9-8d8a-43367ed2ac61"
],
"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-08-23T11:05:39.604Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1c31f85aA470..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2a7d5bc-06df-47e7-877a-ce3132c506e3
VfModuleModelInvariantUUID:e0eaf7a5-32ea-45f3-acbb-0353c5ef3687
VfModuleModelDescription:NULL
Artifacts UUID List:{
f476abee-8007-4fd3-a175-2504a7a41302
,
45d52776-3c34-49d9-8d8a-43367ed2ac61
}
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-08-23T11:05:39.606Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1c31f85aA470..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e0eaf7a5-32ea-45f3-acbb-0353c5ef3687",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d2a7d5bc-06df-47e7-877a-ce3132c506e3",
"vfModuleModelCustomizationUUID": "8df52a1f-2f24-4cc1-9cbb-391accb61252",
"isBase": true,
"artifacts": [
"f476abee-8007-4fd3-a175-2504a7a41302",
"45d52776-3c34-49d9-8d8a-43367ed2ac61"
],
"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-08-23T11:05:39.606Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1c31f85aA470..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2a7d5bc-06df-47e7-877a-ce3132c506e3
VfModuleModelInvariantUUID:e0eaf7a5-32ea-45f3-acbb-0353c5ef3687
VfModuleModelDescription:NULL
Artifacts UUID List:{
f476abee-8007-4fd3-a175-2504a7a41302
,
45d52776-3c34-49d9-8d8a-43367ed2ac61
}
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-08-23T11:05:39.606Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f476abee-8007-4fd3-a175-2504a7a41302 from URL: /sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml
2022-08-23T11:05:39.606Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:05:39.607Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml
2022-08-23T11:05:39.679Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:05:39.680Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml f476abee-8007-4fd3-a175-2504a7a41302 20368
2022-08-23T11:05:39.680Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-23T11:05:39.680Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml
2022-08-23T11:05:39.681Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:05:39.681Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:39.683Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:39.684Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252739680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:05:39.787Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-23T11:05:39.788Z||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-08-23T11:05:39.789Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:39.805Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:05:39.805Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:40.684Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 45d52776-3c34-49d9-8d8a-43367ed2ac61 from URL: /sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env
2022-08-23T11:05:40.685Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:05:40.686Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env
2022-08-23T11:05:40.756Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:05:40.757Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env 45d52776-3c34-49d9-8d8a-43367ed2ac61 2098
2022-08-23T11:05:40.758Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-23T11:05:40.758Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env
2022-08-23T11:05:40.758Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:05:40.758Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:40.763Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:40.763Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252740757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:05:40.863Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:05:40.864Z||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-08-23T11:05:40.865Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:40.881Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:05:40.882Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:41.765Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 24b39959-1ed4-42a4-b253-f05822748df7
2022-08-23T11:05:41.766Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1c31f85a-a470 0 1e4b1705-6865-4421-a8f1-b3c289ab0c8b ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-23T11:05:41.787Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c770118, org.onap.sdc.toscaparser.api.parameters.Input@465ef67c, org.onap.sdc.toscaparser.api.parameters.Input@1d545f6a, org.onap.sdc.toscaparser.api.parameters.Input@36157871, org.onap.sdc.toscaparser.api.parameters.Input@124ed06a]
2022-08-23T11:05:41.789Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:41.789Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:41.789Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-08-23T11:05:41.790Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 1f5dbc1c-c769-4a53-aaa5-f69a4afa839f
2022-08-23T11:05:41.790Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1f5dbc1c-c769-4a53-aaa5-f69a4afa839f matches Tosca VF Customization UUID: 1f5dbc1c-c769-4a53-aaa5-f69a4afa839f
2022-08-23T11:05:41.790Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 1f5dbc1c-c769-4a53-aaa5-f69a4afa839f 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-08-23T11:05:41.793Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:41.794Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:41.795Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 1f5dbc1c-c769-4a53-aaa5-f69a4afa839f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-23T11:05:41.795Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@149b85f
2022-08-23T11:05:41.795Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:41.796Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-23T11:05:41.796Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8df52a1f-2f24-4cc1-9cbb-391accb61252
2022-08-23T11:05:41.796Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8df52a1f-2f24-4cc1-9cbb-391accb61252
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-08-23T11:05:41.799Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:41.800Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is matching search criteria
2022-08-23T11:05:41.800Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c31f85a-a470 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:05:41.801Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:41.801Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is matching search criteria
2022-08-23T11:05:41.801Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c31f85a-a470 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:05:41.802Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:41.802Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is not matching search criteria
2022-08-23T11:05:41.802Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:05:41.803Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:05:41.803Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-23T11:05:41.803Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-23T11:05:41.803Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-23T11:05:41.803Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:05:41.804Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:41.804Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-23T11:05:41.804Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:41.805Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-23T11:05:41.805Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:05:41.805Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a4c09201-76a2-4e93-9042-97f15083129a
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-08-23T11:05:41.808Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:41.809Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is matching search criteria
2022-08-23T11:05:41.809Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c31f85a-a470 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:05:41.809Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:41.809Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is not matching search criteria
2022-08-23T11:05:41.810Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:05:41.810Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:05:41.810Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-23T11:05:41.810Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:41.811Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:05:41.811Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-23T11:05:41.811Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:05:41.811Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-23T11:05:41.812Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-23T11:05:41.812Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:41.812Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-23T11:05:41.813Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:05:41.813Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=17ffdc54-3c9c-483f-96b6-6a817f92bfe5
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-08-23T11:05:41.817Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:41.817Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is matching search criteria
2022-08-23T11:05:41.817Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c31f85a-a470 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:05:41.823Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:41.823Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is not matching search criteria
2022-08-23T11:05:41.824Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:05:41.824Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:05:41.824Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-23T11:05:41.824Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:41.825Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:05:41.825Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-23T11:05:41.825Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:05:41.826Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-23T11:05:41.826Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-23T11:05:41.826Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:05:41.826Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:41.827Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-23T11:05:41.827Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8503a970-5dc2-4988-86f5-8ec977b1efaa
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-08-23T11:05:41.831Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:41.831Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is matching search criteria
2022-08-23T11:05:41.831Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c31f85a-a470 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:05:41.832Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:41.832Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is matching search criteria
2022-08-23T11:05:41.832Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c31f85a-a470 0] matching following query criteria: sdcType=VF, customizationUUID=1f5dbc1c-c769-4a53-aaa5-f69a4afa839f
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-08-23T11:05:41.835Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:41.835Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:41.835Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 24b39959-1ed4-42a4-b253-f05822748df7: vFW 1c31f85a-a470
2022-08-23T11:05:41.836Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:41.836Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:41.836Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:41.836Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:41.837Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:41.837Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:41.837Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:41.838Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:41.838Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:05:41.838Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:41.838Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-08-23 11-02-32
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-08-23T11:05:42.042Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1c31f85a-a470 1e4b1705-6865-4421-a8f1-b3c289ab0c8b 1 ASDC deployResourceStructure
2022-08-23T11:05:42.043Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json ASDC sendASDCNotification
2022-08-23T11:05:42.043Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json
2022-08-23T11:05:42.043Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:05:42.044Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:42.046Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:42.046Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252742043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
"status": "DEPLOY_OK"
}
2022-08-23T11:05:42.146Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:05:42.147Z||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-08-23T11:05:42.148Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:42.167Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:05:42.168Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:43.047Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-23T11:05:43.047Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml
2022-08-23T11:05:43.047Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:05:43.048Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:43.050Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:43.050Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252743047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-23T11:05:43.150Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:05:43.151Z||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-08-23T11:05:43.152Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:43.177Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:05:43.178Z||pool-31-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:44.051Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-23T11:05:44.052Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env
2022-08-23T11:05:44.052Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:05:44.053Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:44.055Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:44.055Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252744051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-23T11:05:44.155Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:05:44.157Z||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-08-23T11:05:44.157Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:44.179Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:05:44.180Z||pool-32-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:45.056Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar ASDC sendASDCNotification
2022-08-23T11:05:45.056Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:45.056Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:05:45.057Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:45.059Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:45.059Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252745056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-23T11:05:45.159Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:05:45.160Z||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-08-23T11:05:45.161Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:45.177Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:05:45.177Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:46.060Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4754e16e-9e7e-429b-b624-4cb4297dfaa8
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-08-23T11:05:46.073Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4754e16e-9e7e-429b-b624-4cb4297dfaa8
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-08-23T11:05:46.080Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:05:46.080Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-23T11:05:46.080Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-23T11:05:46.080Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-23T11:05:46.080Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-23T11:05:46.081Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-23T11:05:46.081Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-23T11:05:46.081Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-23T11:05:46.081Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-23T11:05:46.081Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-23T11:05:46.081Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-23T11:05:46.089Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-23T11:06:06.556Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:06:06.558Z||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-08-23T11:06:06.559Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:07.222Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:06:07.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252721914,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-23T11:06:07.227Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "ves-openapi-manager",
"timestamp": 1661252723637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "aai-ml",
"timestamp": 1661252715046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252721487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "clamp",
"timestamp": 1661252724407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "policy-id",
"timestamp": 1661252720117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252722938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "aai-ml",
"timestamp": 1661252715046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "clamp",
"timestamp": 1661252724407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
"status": "NOTIFIED"
}
2022-08-23T11:06:07.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "ves-openapi-manager",
"timestamp": 1661252723637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252721487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "policy-id",
"timestamp": 1661252720117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "cds",
"timestamp": 1661252727017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252722938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
"status": "NOTIFIED"
}
2022-08-23T11:06:07.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "aai-ml",
"timestamp": 1661252715046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "ves-openapi-manager",
"timestamp": 1661252723637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "clamp",
"timestamp": 1661252724407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252721487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "policy-id",
"timestamp": 1661252720117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-23T11:06:07.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "cds",
"timestamp": 1661252727017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252722938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-23T11:06:07.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "ves-openapi-manager",
"timestamp": 1661252723637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "clamp",
"timestamp": 1661252724407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "aai-ml",
"timestamp": 1661252715046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252721487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "policy-id",
"timestamp": 1661252720117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "cds",
"timestamp": 1661252727017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252722938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "aai-ml",
"timestamp": 1661252715046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "clamp",
"timestamp": 1661252724407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252721487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "ves-openapi-manager",
"timestamp": 1661252723637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "policy-id",
"timestamp": 1661252720117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "cds",
"timestamp": 1661252727017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252722938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-23T11:06:07.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "aai-ml",
"timestamp": 1661252715046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "clamp",
"timestamp": 1661252724407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252721487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "ves-openapi-manager",
"timestamp": 1661252723637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.253Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "policy-id",
"timestamp": 1661252720117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.253Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "cds",
"timestamp": 1661252727017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.255Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252722938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "aai-ml",
"timestamp": 1661252715046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
"status": "NOTIFIED"
}
2022-08-23T11:06:07.257Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "clamp",
"timestamp": 1661252724407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
"status": "NOTIFIED"
}
2022-08-23T11:06:07.257Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "ves-openapi-manager",
"timestamp": 1661252723637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.258Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252721487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
"status": "NOTIFIED"
}
2022-08-23T11:06:07.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "policy-id",
"timestamp": 1661252720117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
"status": "NOTIFIED"
}
2022-08-23T11:06:07.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "cds",
"timestamp": 1661252727017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252722938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
"status": "NOTIFIED"
}
2022-08-23T11:06:07.260Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "aai-ml",
"timestamp": 1661252732291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:06:07.261Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252733017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:06:07.261Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.262Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.262Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "policy-id",
"timestamp": 1661252733259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:06:07.262Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.262Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.262Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "cds",
"timestamp": 1661252727017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
"status": "NOTIFIED"
}
2022-08-23T11:06:07.263Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252734565,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:06:07.263Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "policy-id",
"timestamp": 1661252734263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-23T11:06:07.264Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "cds",
"timestamp": 1661252734803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:06:07.264Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "policy-id",
"timestamp": 1661252735266,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-23T11:06:07.287Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a90a0664-1d06-4756-8b61-94bcc4d2b599
2022-08-23T11:06:07.287Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a90a0664-1d06-4756-8b61-94bcc4d2b599 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-08-23T11:06:07.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252734808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.301Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.301Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "cds",
"timestamp": 1661252735811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-23T11:06:07.309Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a90a0664-1d06-4756-8b61-94bcc4d2b599
2022-08-23T11:06:07.309Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a90a0664-1d06-4756-8b61-94bcc4d2b599 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-08-23T11:06:07.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252736253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-23T11:06:07.324Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252734808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
"status": "NOTIFIED"
}
2022-08-23T11:06:07.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661252737257,
"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-08-23T11:06:07.331Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a90a0664-1d06-4756-8b61-94bcc4d2b599
2022-08-23T11:06:07.331Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a90a0664-1d06-4756-8b61-94bcc4d2b599 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-08-23T11:06:07.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252734808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-23T11:06:07.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252738594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:06:07.342Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252734808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252739680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:06:07.343Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252734808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-23T11:06:07.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "clamp",
"timestamp": 1661252739990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:06:07.343Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252740757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:06:07.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252734808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252742043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
"status": "DEPLOY_OK"
}
2022-08-23T11:06:07.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252734808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
"status": "NOTIFIED"
}
2022-08-23T11:06:07.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-08-23T11:06:07.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "clamp",
"timestamp": 1661252742004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-23T11:06:07.345Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252743047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-23T11:06:07.346Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252742600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:06:07.346Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "clamp",
"timestamp": 1661252743007,
"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-08-23T11:06:07.352Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a90a0664-1d06-4756-8b61-94bcc4d2b599
2022-08-23T11:06:07.352Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a90a0664-1d06-4756-8b61-94bcc4d2b599 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-08-23T11:06:07.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "aai-ml",
"timestamp": 1661252742610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-23T11:06:07.362Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252744051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-23T11:06:07.362Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252743734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:06:07.363Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "aai-ml",
"timestamp": 1661252743614,
"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-08-23T11:06:07.369Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a90a0664-1d06-4756-8b61-94bcc4d2b599
2022-08-23T11:06:07.370Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a90a0664-1d06-4756-8b61-94bcc4d2b599 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-08-23T11:06:07.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252745056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-23T11:06:07.386Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252744828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:06:07.387Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252745860,
"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-08-23T11:06:07.393Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a90a0664-1d06-4756-8b61-94bcc4d2b599
2022-08-23T11:06:07.393Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a90a0664-1d06-4756-8b61-94bcc4d2b599 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-08-23T11:06:07.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661252746865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-23T11:06:07.402Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:16.091Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4754e16e-9e7e-429b-b624-4cb4297dfaa8 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-08-23T11:06:16.098Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4754e16e-9e7e-429b-b624-4cb4297dfaa8 and serviceModelVersionId: 24b39959-1ed4-42a4-b253-f05822748df7
2022-08-23T11:06:16.099Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 99174d21-416f-4820-8bbf-6b671366696b
2022-08-23T11:06:16.101Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/99174d21-416f-4820-8bbf-6b671366696b/model-vers/model-ver/24b39959-1ed4-42a4-b253-f05822748df7?depth=0
2022-08-23T11:06:16.113Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-23T11:06:16.188Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99174d21-416f-4820-8bbf-6b671366696b/model-vers/model-ver/24b39959-1ed4-42a4-b253-f05822748df7?depth=0|INFO|500||Invoke
2022-08-23T11:06:16.189Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99174d21-416f-4820-8bbf-6b671366696b/model-vers/model-ver/24b39959-1ed4-42a4-b253-f05822748df7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99174d21-416f-4820-8bbf-6b671366696b/model-vers/model-ver/24b39959-1ed4-42a4-b253-f05822748df7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4754e16e-9e7e-429b-b624-4cb4297dfaa8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9dbc862f-947a-4842-b736-31c1c82b34f0], X-ECOMP-RequestID=[4754e16e-9e7e-429b-b624-4cb4297dfaa8], X-TransactionId=[], X-ONAP-RequestID=[4754e16e-9e7e-429b-b624-4cb4297dfaa8], Content-Type=[application/merge-patch+json]}
2022-08-23T11:06:16.241Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99174d21-416f-4820-8bbf-6b671366696b/model-vers/model-ver/24b39959-1ed4-42a4-b253-f05822748df7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-23T11:06:16.428Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99174d21-416f-4820-8bbf-6b671366696b/model-vers/model-ver/24b39959-1ed4-42a4-b253-f05822748df7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99174d21-416f-4820-8bbf-6b671366696b/model-vers/model-ver/24b39959-1ed4-42a4-b253-f05822748df7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220823-11:06:15:860-70688], vertex-id=[143368], Content-Length=[0], Date=[Tue, 23 Aug 2022 11:06:15 GMT], Content-Type=[application/json]}
2022-08-23T11:06:16.428Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99174d21-416f-4820-8bbf-6b671366696b/model-vers/model-ver/24b39959-1ed4-42a4-b253-f05822748df7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-23T11:06:16.429Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99174d21-416f-4820-8bbf-6b671366696b/model-vers/model-ver/24b39959-1ed4-42a4-b253-f05822748df7?depth=0|INFO|500||InvokeReturn
2022-08-23T11:06:16.430Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-23T11:06:16.430Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-23T11:06:16.438Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-23T11:06:16.438Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4754e16e-9e7e-429b-b624-4cb4297dfaa8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-23T11:06:16.439Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-23T11:06:16.439Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:16.442Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:16.442Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252776438,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-23T11:06:16.542Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:06:16.544Z||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-08-23T11:06:16.544Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:16.566Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:06:16.567Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 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-08-23T11:06:17.455Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-23T11:06:17.456Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a90a0664-1d06-4756-8b61-94bcc4d2b599","serviceName":"vFW 2022-08-23 11-04-30","serviceVersion":"1.0","serviceUUID":"c6523b26-1959-4345-89ef-1d3de90aa749","serviceDescription":"catalog service description","serviceInvariantUUID":"3c56565c-1a41-4c96-aa2a-464fbd07843e","resources":[{"resourceInstanceName":"vFW a249e95b-afad 0","resourceName":"vFW a249e95b-afad","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5b125d9d-a1db-4062-b949-986373e9fec3","resourceInvariantUUID":"99b804ab-14e1-4009-8cad-58630fc58a22","resourceCustomizationUUID":"c763b394-e64a-45ed-8baf-6cd5e9ff93f5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vf-license-model.xml","artifactChecksum":"NzY4MjdkNWI5YWQ3NGMyZjQxYmVhOTAyMDAzMGRiY2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f83a08b-b4c2-4b4a-927b-ce286a0b1ddc","artifactVersion":"1"},{"artifactName":"vfwa249e95bafad0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json","artifactChecksum":"ZmExNzNlNmNhZmUzYWQ0ZmRkNThkZTEyNTVjZTZiZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cf724223-1761-41b6-ac39-c3c7b8502764","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f794fade-507e-4a29-b47f-b0c6c94bfd42","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vendor-license-model.xml","artifactChecksum":"OTgzMmVjMWY3OTI2ODIyMDM1N2FjZGU5NDdlZTk0ODg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"26bb3fb0-51a8-4b9b-8e1b-6c1c1f16d64b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cd08e70e-c57e-42d6-97dd-c6854e442e29","artifactVersion":"2","generatedFromUUID":"f794fade-507e-4a29-b47f-b0c6c94bfd42"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220823110430-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-template.yml","artifactChecksum":"MTE4ZWMzNDc1MGMxODYzN2ZiZGUxZTM4OWFlYmI5ODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"658966e9-f8e2-4580-b705-7cfe2a163593","artifactVersion":"1"},{"artifactName":"service-Vfw20220823110430-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar","artifactChecksum":"NjU5OWFiY2JjM2VkZjg0ZDQxNjBhN2JmNzQ3OTdiNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"105f40cb-7295-4275-bde8-91fae42deaa2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-23T11:06:17.457Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:06:17.458Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:17.460Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:17.460Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252722938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:17.565Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-23T11:06:17.566Z||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-08-23T11:06:17.566Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:17.581Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:06:17.582Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:06:18.461Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:06:18.462Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:18.464Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:18.464Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252722938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
"status": "NOTIFIED"
}
2022-08-23T11:06:18.564Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:06:18.565Z||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-08-23T11:06:18.566Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:18.582Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:06:18.583Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:06:19.465Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:06:19.465Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:19.468Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:19.468Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252722938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-23T11:06:19.568Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:06:19.569Z||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-08-23T11:06:19.569Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:19.589Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:06:19.590Z||pool-37-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:06:20.474Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:06:20.475Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:20.481Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:20.481Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252722938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:20.582Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-23T11:06:20.583Z||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-08-23T11:06:20.583Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:20.618Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:06:20.619Z||pool-38-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:06:21.482Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:06:21.483Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:21.486Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:21.486Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252722938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-23T11:06:21.586Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:06:21.588Z||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-08-23T11:06:21.588Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:21.602Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:06:21.603Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:06:22.490Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:06:22.491Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:22.494Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:22.494Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252722938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-23T11:06:22.594Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:06:22.595Z||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-08-23T11:06:22.595Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:22.612Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:06:22.613Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:06:23.495Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:06:23.496Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:23.498Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:23.498Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252722938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
"status": "NOTIFIED"
}
2022-08-23T11:06:23.598Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:06:23.599Z||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-08-23T11:06:23.599Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:23.615Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:06:23.616Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:06:24.500Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"serviceName": "vFW 2022-08-23 11-04-30",
"serviceVersion": "1.0",
"serviceUUID": "c6523b26-1959-4345-89ef-1d3de90aa749",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3c56565c-1a41-4c96-aa2a-464fbd07843e",
"resources": [
{
"resourceInstanceName": "vFW a249e95b-afad 0",
"resourceCustomizationUUID": "c763b394-e64a-45ed-8baf-6cd5e9ff93f5",
"resourceName": "vFW a249e95b-afad",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5b125d9d-a1db-4062-b949-986373e9fec3",
"resourceInvariantUUID": "99b804ab-14e1-4009-8cad-58630fc58a22",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa249e95bafad0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
"artifactChecksum": "ZmExNzNlNmNhZmUzYWQ0ZmRkNThkZTEyNTVjZTZiZTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cf724223-1761-41b6-ac39-c3c7b8502764",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f794fade-507e-4a29-b47f-b0c6c94bfd42",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cd08e70e-c57e-42d6-97dd-c6854e442e29",
"generatedFromUUID": "f794fade-507e-4a29-b47f-b0c6c94bfd42"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cd08e70e-c57e-42d6-97dd-c6854e442e29",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220823110430-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
"artifactChecksum": "NjU5OWFiY2JjM2VkZjg0ZDQxNjBhN2JmNzQ3OTdiNzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "105f40cb-7295-4275-bde8-91fae42deaa2"
}
],
"workloadContext": "Production"
}
2022-08-23T11:06:24.500Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-23T11:06:24.500Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c6523b26-1959-4345-89ef-1d3de90aa749 ASDC
2022-08-23T11:06:24.501Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a90a0664-1d06-4756-8b61-94bcc4d2b599
ServiceName:vFW 2022-08-23 11-04-30
ServiceVersion:1.0
ServiceUUID:c6523b26-1959-4345-89ef-1d3de90aa749
ServiceInvariantUUID:3c56565c-1a41-4c96-aa2a-464fbd07843e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220823110430-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar
ArtifactUUID:105f40cb-7295-4275-bde8-91fae42deaa2
ArtifactChecksum:NjU5OWFiY2JjM2VkZjg0ZDQxNjBhN2JmNzQ3OTdiNzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a249e95b-afad 0
ResourceCustomizationUUID:c763b394-e64a-45ed-8baf-6cd5e9ff93f5
ResourceInvariantUUID:99b804ab-14e1-4009-8cad-58630fc58a22
ResourceName:vFW a249e95b-afad
ResourceType:VF
ResourceUUID:5b125d9d-a1db-4062-b949-986373e9fec3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa249e95bafad0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json
ArtifactUUID:cf724223-1761-41b6-ac39-c3c7b8502764
ArtifactChecksum:ZmExNzNlNmNhZmUzYWQ0ZmRkNThkZTEyNTVjZTZiZTI=
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/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml
ArtifactUUID:f794fade-507e-4a29-b47f-b0c6c94bfd42
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/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env
ArtifactUUID:cd08e70e-c57e-42d6-97dd-c6854e442e29
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/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env
ArtifactUUID:cd08e70e-c57e-42d6-97dd-c6854e442e29
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-23T11:06:24.502Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c6523b26-1959-4345-89ef-1d3de90aa749 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-08-23T11:06:24.546Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:06:24.547Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:06:24.548Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:06:24.548Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 105f40cb-7295-4275-bde8-91fae42deaa2 from URL: /sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:24.548Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:06:24.548Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:24.630Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:06:24.635Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar 105f40cb-7295-4275-bde8-91fae42deaa2 100668
2022-08-23T11:06:24.636Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar ASDC sendASDCNotification
2022-08-23T11:06:24.637Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:24.637Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:06:24.637Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:24.640Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:24.640Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252784636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:06:24.740Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:06:24.742Z||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-08-23T11:06:24.742Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:24.761Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:06:24.763Z||pool-42-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:06:25.641Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:06:25.643Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:06:25.644Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 105f40cb-7295-4275-bde8-91fae42deaa2, URL: /sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar to file: /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:25.644Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220823110430-csar.csar
2022-08-23T11:06:25.645Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:25.646Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:25.873Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10605777018764432452/Definitions/service-Vfw20220823110430-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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-08-23T11:06:28.636Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-23T11:06:28.637Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-23T11:06:28.638Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:28.638Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-23T11:06:28.638Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:28.638Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:28.639Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:28.639Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:28.639Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:28.640Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:28.640Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a249e95b-afad 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:28.640Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:28.641Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:28.641Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:28.641Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:28.641Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-23T11:06:28.642Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:06:28.642Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:06:28.643Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is matching search criteria
2022-08-23T11:06:28.643Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-23T11:06:28.643Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a249e95b-afad 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:06:28.644Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:06:28.644Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:06:28.644Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is matching search criteria
2022-08-23T11:06:28.645Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-23T11:06:28.645Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a249e95b-afad 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:06:28.645Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:06:28.645Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:06:28.646Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:06:28.646Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is not matching search criteria
2022-08-23T11:06:28.646Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:06:28.647Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:06:28.647Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-23T11:06:28.647Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:06:28.648Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:28.648Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-23T11:06:28.648Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:06:28.648Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-23T11:06:28.649Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-23T11:06:28.649Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:06:28.649Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:28.650Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-23T11:06:28.650Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:28.650Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-23T11:06:28.651Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:06:28.651Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-23T11:06:28.651Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:06:28.651Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-23T11:06:28.652Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:06:28.652Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is matching search criteria
2022-08-23T11:06:28.652Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a249e95b-afad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:06:28.653Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:06:28.653Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is matching search criteria
2022-08-23T11:06:28.653Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a249e95b-afad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:06:28.654Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:06:28.654Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is matching search criteria
2022-08-23T11:06:28.654Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a249e95b-afad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:06:28.655Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:06:28.655Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is not matching search criteria
2022-08-23T11:06:28.655Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:06:28.656Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:06:28.656Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-23T11:06:28.656Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-23T11:06:28.657Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-23T11:06:28.657Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:06:28.657Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:28.658Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-23T11:06:28.658Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:28.658Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-23T11:06:28.658Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:06:28.659Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=976e5a4f-e0f8-4e1d-b849-afb5ed8cd94f
2022-08-23T11:06:28.659Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:06:28.659Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is not matching search criteria
2022-08-23T11:06:28.660Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:06:28.660Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:06:28.660Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-23T11:06:28.661Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:06:28.661Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:28.662Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-23T11:06:28.662Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:06:28.662Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-23T11:06:28.662Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-23T11:06:28.663Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:28.663Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-23T11:06:28.663Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:06:28.664Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d1aa0e1b-4f05-4ed3-85e4-52d6139ca7cf
2022-08-23T11:06:28.664Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:06:28.664Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is not matching search criteria
2022-08-23T11:06:28.665Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:06:28.665Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:06:28.665Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-23T11:06:28.665Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:06:28.665Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:28.665Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-23T11:06:28.666Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:06:28.666Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-23T11:06:28.666Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-23T11:06:28.666Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:06:28.666Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:28.666Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-23T11:06:28.666Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=eb9689ab-5dcb-4c0a-98e5-eef7a37b3a8c
2022-08-23T11:06:28.667Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:06:28.667Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:06:28.667Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:06:28.667Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:06:28.667Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:06:28.668Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:06:28.668Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:06:28.668Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:06:28.668Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-23 11-04-30
Description:catalog service description
Model UUID:c6523b26-1959-4345-89ef-1d3de90aa749
Model Version:NULL
Model InvariantUuid:3c56565c-1a41-4c96-aa2a-464fbd07843e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a249e95b-afad
Model UUID:a7632e9f-4152-4711-aabd-f6d35aadd9d3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:99b804ab-14e1-4009-8cad-58630fc58a22
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c763b394-e64a-45ed-8baf-6cd5e9ff93f5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:74a04f2b-0d98-4e3c-a538-571bb0100668
ModelName:VfwA249e95bAfad..base_vfw..module-0
ModelUuid:64aafc8c-4d92-43bd-94db-7c0229c37519
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:976e5a4f-e0f8-4e1d-b849-afb5ed8cd94f
ModelInvariantUuid:69b28ba8-45cb-404b-9ae6-356c3cfaf060
ModelName:vFW a249e95b-afad-nodes.vfwCvfc
ModelUuid:d20ef795-8bea-4eed-a279-ad0bc64ffdc4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:7c7a4ab9-4777-446e-bb13-81fdfd798d34
ModelInvariantUuid:418df8bb-a208-4991-a08f-3741f39bc178
ModelName:VfwA249e95bAfad.compute.nodes.heat.vfw
ModelUuid:3c391e79-cba5-4d04-bddd-ecd665e8ff88
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d1aa0e1b-4f05-4ed3-85e4-52d6139ca7cf
ModelInvariantUuid:88809be2-ba66-4514-b157-ae3e6f226c42
ModelName:vFW a249e95b-afad-nodes.vsnCvfc
ModelUuid:a4707545-4b5b-42ab-b38e-c3a5de2d9e6c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:810f7b2c-ede0-465e-a4db-5992bd385466
ModelInvariantUuid:2c702b43-aa8a-4481-bfca-afe9b843f523
ModelName:VfwA249e95bAfad.compute.nodes.heat.vsn
ModelUuid:81a13c71-1f40-4705-a888-132ecd0eb07d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:eb9689ab-5dcb-4c0a-98e5-eef7a37b3a8c
ModelInvariantUuid:05c5a14a-756c-40bd-97be-5d6aec981a5e
ModelName:vFW a249e95b-afad-nodes.vpgCvfc
ModelUuid:ee70dd0c-7957-43ac-9fb5-4d1526a97769
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:3263c3dc-aa1c-4037-ab34-dabb0e53c3a1
ModelInvariantUuid:1afc38ab-dc87-4871-ad5a-970e82a0a841
ModelName:VfwA249e95bAfad.compute.nodes.heat.vpg
ModelUuid:99f18223-934c-4fca-b8fa-e4952e449833
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-08-23T11:06:28.677Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 5b125d9d-a1db-4062-b949-986373e9fec3
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-08-23T11:06:28.681Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||vFW a249e95b-afad 0
2022-08-23T11:06:28.681Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5b125d9d-a1db-4062-b949-986373e9fec3
2022-08-23T11:06:28.681Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cf724223-1761-41b6-ac39-c3c7b8502764 from URL: /sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json
2022-08-23T11:06:28.681Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:06:28.681Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json
2022-08-23T11:06:28.758Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:06:28.759Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json cf724223-1761-41b6-ac39-c3c7b8502764 785
2022-08-23T11:06:28.759Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json ASDC sendASDCNotification
2022-08-23T11:06:28.759Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json
2022-08-23T11:06:28.759Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:06:28.760Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:28.762Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:28.762Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252788759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:06:28.863Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-23T11:06:28.864Z||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-08-23T11:06:28.864Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:28.878Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:06:28.879Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:06:29.763Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA249e95bAfad..base_vfw..module-0",
"vfModuleModelInvariantUUID": "74a04f2b-0d98-4e3c-a538-571bb0100668",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "64aafc8c-4d92-43bd-94db-7c0229c37519",
"vfModuleModelCustomizationUUID": "b03a6e5f-d6cf-4cc5-b606-b76f2e554b9b",
"isBase": true,
"artifacts": [
"f794fade-507e-4a29-b47f-b0c6c94bfd42",
"cd08e70e-c57e-42d6-97dd-c6854e442e29"
],
"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-08-23T11:06:29.768Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA249e95bAfad..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:64aafc8c-4d92-43bd-94db-7c0229c37519
VfModuleModelInvariantUUID:74a04f2b-0d98-4e3c-a538-571bb0100668
VfModuleModelDescription:NULL
Artifacts UUID List:{
f794fade-507e-4a29-b47f-b0c6c94bfd42
,
cd08e70e-c57e-42d6-97dd-c6854e442e29
}
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-08-23T11:06:29.772Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA249e95bAfad..base_vfw..module-0",
"vfModuleModelInvariantUUID": "74a04f2b-0d98-4e3c-a538-571bb0100668",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "64aafc8c-4d92-43bd-94db-7c0229c37519",
"vfModuleModelCustomizationUUID": "b03a6e5f-d6cf-4cc5-b606-b76f2e554b9b",
"isBase": true,
"artifacts": [
"f794fade-507e-4a29-b47f-b0c6c94bfd42",
"cd08e70e-c57e-42d6-97dd-c6854e442e29"
],
"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-08-23T11:06:29.772Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA249e95bAfad..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:64aafc8c-4d92-43bd-94db-7c0229c37519
VfModuleModelInvariantUUID:74a04f2b-0d98-4e3c-a538-571bb0100668
VfModuleModelDescription:NULL
Artifacts UUID List:{
f794fade-507e-4a29-b47f-b0c6c94bfd42
,
cd08e70e-c57e-42d6-97dd-c6854e442e29
}
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-08-23T11:06:29.772Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f794fade-507e-4a29-b47f-b0c6c94bfd42 from URL: /sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml
2022-08-23T11:06:29.772Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:06:29.773Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml
2022-08-23T11:06:29.868Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:06:29.869Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml f794fade-507e-4a29-b47f-b0c6c94bfd42 20368
2022-08-23T11:06:29.870Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-23T11:06:29.870Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml
2022-08-23T11:06:29.871Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:06:29.871Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:29.874Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:29.874Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252789870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:06:29.974Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:06:29.975Z||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-08-23T11:06:29.975Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:29.992Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:06:29.993Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:06:30.875Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cd08e70e-c57e-42d6-97dd-c6854e442e29 from URL: /sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env
2022-08-23T11:06:30.877Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:06:30.877Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env
2022-08-23T11:06:30.970Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:06:30.971Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env cd08e70e-c57e-42d6-97dd-c6854e442e29 2098
2022-08-23T11:06:30.971Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-23T11:06:30.971Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env
2022-08-23T11:06:30.972Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:06:30.972Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:30.974Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:30.974Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661252790971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-23T11:06:31.074Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:06:31.075Z||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-08-23T11:06:31.076Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:31.095Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-23T11:06:31.096Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:06:31.975Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c6523b26-1959-4345-89ef-1d3de90aa749
2022-08-23T11:06:31.975Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a249e95b-afad 0 5b125d9d-a1db-4062-b949-986373e9fec3 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-23T11:06:31.998Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cd85c1f, org.onap.sdc.toscaparser.api.parameters.Input@21d222d9, org.onap.sdc.toscaparser.api.parameters.Input@6dd00616, org.onap.sdc.toscaparser.api.parameters.Input@568f5e47, org.onap.sdc.toscaparser.api.parameters.Input@1879d82d]
2022-08-23T11:06:32.000Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:06:32.001Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:06:32.002Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-08-23T11:06:32.002Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= c763b394-e64a-45ed-8baf-6cd5e9ff93f5
2022-08-23T11:06:32.002Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c763b394-e64a-45ed-8baf-6cd5e9ff93f5 matches Tosca VF Customization UUID: c763b394-e64a-45ed-8baf-6cd5e9ff93f5
2022-08-23T11:06:32.003Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: c763b394-e64a-45ed-8baf-6cd5e9ff93f5 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-08-23T11:06:32.007Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:06:32.008Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:06:32.009Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id c763b394-e64a-45ed-8baf-6cd5e9ff93f5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-23T11:06:32.010Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@69d1b521
2022-08-23T11:06:32.010Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:06:32.010Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-23T11:06:32.011Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b03a6e5f-d6cf-4cc5-b606-b76f2e554b9b
2022-08-23T11:06:32.011Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b03a6e5f-d6cf-4cc5-b606-b76f2e554b9b
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-08-23T11:06:32.014Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:06:32.015Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is matching search criteria
2022-08-23T11:06:32.015Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a249e95b-afad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:06:32.016Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:06:32.016Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is matching search criteria
2022-08-23T11:06:32.016Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a249e95b-afad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:06:32.017Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:06:32.017Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is not matching search criteria
2022-08-23T11:06:32.018Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:06:32.018Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:06:32.018Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-23T11:06:32.019Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-23T11:06:32.019Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-23T11:06:32.020Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:06:32.020Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:32.021Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-23T11:06:32.021Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:32.021Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-23T11:06:32.022Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:06:32.022Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=976e5a4f-e0f8-4e1d-b849-afb5ed8cd94f
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-08-23T11:06:32.025Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-23T11:06:32.026Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is matching search criteria
2022-08-23T11:06:32.026Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a249e95b-afad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:06:32.027Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery