By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-03-25T03:18:16.828Z||main|||||INFO|500||The following profiles are active: basic
2022-03-25T03:18:28.935Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-25T03:18:28.936Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-25T03:18:29.043Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-25T03:18:33.450Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-25T03:18:33.921Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-25T03:18:34.418Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-25T03:18:34.425Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-25T03:18:34.562Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-25T03:18:34.783Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-25T03:18:35.393Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-25T03:18:37.075Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-25T03:18:39.530Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-25T03:18:39.616Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-25T03:18:40.337Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-25T03:18:40.512Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-25T03:18:41.909Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-25T03:18:43.059Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-25T03:18:43.084Z||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$$3b0cdf14.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-25T03:18:43.085Z||main|||||WARN|500||The sdc end point is not alive
2022-03-25T03:18:46.677Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-25T03:18:50.181Z||main|||||WARN|500||---
2022-03-25T03:18:50.182Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-25T03:18:50.182Z||main|||||WARN|500||---
2022-03-25T03:18:50.640Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-25T03:18:55.826Z||main|||||INFO|500||Started Application in 42.348 seconds (JVM running for 44.466)
2022-03-25T03:18:55.858Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-25T03:18:55.883Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-25T03:18:55.898Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-25T03:18:55.924Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-25T03:18:55.972Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 026649f9-44e5-4d09-a97b-51f2ced6ac2c url= /sdc/v1/artifactTypes
2022-03-25T03:18:55.973Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-25T03:18:56.258Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-25T03:18:56.289Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-25T03:18:56.328Z||scheduling-1|||||DEBUG|500||create keys
2022-03-25T03:18:56.337Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-25T03:18:56.373Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:18:56.391Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 21adeef9-f358-4de9-9105-0f40bce1ef34 url= /sdc/v1/registerForDistribution
2022-03-25T03:18:56.489Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 21adeef9-f358-4de9-9105-0f40bce1ef34 url= /sdc/v1/registerForDistribution
2022-03-25T03:18:56.490Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-25T03:18:56.510Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:18:56.510Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-25T03:18:56.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:18:56.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-03-25T03:18:56.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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:18:56.541Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:18:56.542Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:19:06.800Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:19:06.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:19:56.499Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:19:56.499Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:19:56.502Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:19:56.502Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:19:56.502Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:19:56.502Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:20:06.049Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:20:06.053Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:20:56.497Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:20:56.499Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:20:56.499Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:20:56.499Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:20:56.500Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:20:56.500Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:21:06.045Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:21:06.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:21:56.497Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:21:56.499Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:21:56.499Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:21:56.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:21:56.501Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:21:56.501Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:22:06.052Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:22:06.054Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:22:56.497Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:22:56.498Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:22:56.499Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:22:56.499Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:22:56.502Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:22:56.502Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:23:06.088Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:23:06.092Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:23:56.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:23:56.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:23:56.500Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:23:56.500Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:23:56.500Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:23:56.500Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:24:06.055Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:24:06.059Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:24:56.497Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:24:56.499Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:24:56.500Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:24:56.500Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:24:56.500Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:24:56.501Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:25:06.047Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:25:06.051Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:25:56.497Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:25:56.499Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:25:56.499Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:25:56.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:25:56.503Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:25:56.503Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:26:06.042Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:26:06.045Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:26:56.497Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:26:56.499Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:26:56.500Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:26:56.501Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:26:56.501Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:26:56.501Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:27:06.045Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:27:06.045Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:27:56.497Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:27:56.499Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:27:56.499Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:27:56.499Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:27:56.500Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:27:56.500Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:28:06.052Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:28:06.053Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:28:41.015Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-25T03:28:56.497Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:28:56.499Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:28:56.499Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:28:56.499Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:28:56.500Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:28:56.501Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:29:06.046Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:29:06.046Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:29:56.497Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:29:56.499Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:29:56.499Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:29:56.499Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:29:56.500Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:29:56.500Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:30:06.069Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:30:06.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:30:56.497Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:30:56.499Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:30:56.499Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:30:56.499Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:30:56.501Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:30:56.502Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:31:06.043Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:31:06.043Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:31:56.497Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:31:56.499Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:31:56.499Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:31:56.499Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:31:56.500Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:31:56.500Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:32:06.037Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:32:06.040Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:32:56.497Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:32:56.499Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:32:56.499Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:32:56.499Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:32:56.500Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:32:56.500Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:33:06.046Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:33:06.048Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:33:56.497Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:33:56.499Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:33:56.499Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:33:56.499Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:33:56.500Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:33:56.500Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:34:06.054Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:34:06.059Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:34:56.497Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:34:56.499Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:34:56.500Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:34:56.500Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:34:56.500Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:34:56.500Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:35:06.051Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:35:06.050Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:35:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:35:56.498Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:35:56.498Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:35:56.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:35:56.502Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:35:56.502Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:36:06.042Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:36:06.043Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:36:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:36:56.499Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:36:56.499Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:36:56.499Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:36:56.501Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:36:56.502Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:37:06.050Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:37:06.051Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:37:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:37:56.499Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:37:56.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:37:56.499Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:37:56.500Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:37:56.500Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:38:06.057Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:38:06.059Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:38:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:38:56.498Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:38:56.499Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:38:56.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:38:56.500Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:38:56.501Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:39:06.039Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:39:06.043Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:39:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:39:56.498Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:39:56.499Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:39:56.499Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:39:56.500Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:39:56.500Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:40:06.059Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:40:06.064Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:40:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:40:56.500Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:40:56.500Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:40:56.501Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:40:56.502Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:40:56.502Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:41:06.042Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:41:06.047Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:41:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:41:56.498Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:41:56.499Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:41:56.499Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:41:56.500Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:41:56.500Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:42:06.039Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:42:06.040Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:42:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:42:56.498Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:42:56.499Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:42:56.499Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:42:56.500Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:42:56.500Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:43:06.040Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:43:06.046Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:43:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:43:56.498Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:43:56.499Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:43:56.499Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:43:56.500Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:43:56.500Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:44:06.053Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:44:06.059Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:44:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:44:56.499Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:44:56.500Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:44:56.500Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:44:56.500Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:44:56.500Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:45:06.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:45:06.059Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:45:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:45:56.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:45:56.500Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:45:56.501Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:45:56.504Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:45:56.504Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:46:06.065Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:46:06.065Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:46:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:46:56.498Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:46:56.498Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:46:56.499Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:46:56.500Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:46:56.501Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:47:06.040Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:47:06.041Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:47:56.497Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:47:56.498Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:47:56.498Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:47:56.499Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:47:56.501Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:47:56.501Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:48:06.041Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:48:06.042Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:48:56.497Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:48:56.498Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:48:56.498Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:48:56.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:48:56.500Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:48:56.500Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:48:57.122Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:48:57.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"db8966e7-68a1-4a98-b9e7-c5ea80cc1c90","serviceName":"basic_onboard_XBylsY","serviceVersion":"1.0","serviceUUID":"1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2","serviceDescription":"service","serviceInvariantUUID":"02c3c646-6d98-40d4-adb0-cab7fbf2fedb","resources":[{"resourceInstanceName":"basic_onboard_XBylsY 0","resourceName":"basic_onboard_XBylsY","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ba378369-9b12-4c5e-b450-bcb9fd55f727","resourceInvariantUUID":"26d583db-c18a-44c0-9b15-bc92e65fa62d","resourceCustomizationUUID":"cf7a566e-fa2f-4a53-9a91-95561f84d800","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vf-license-model.xml","artifactChecksum":"NzkxOWVmNjVjZTZjY2Q4MmJmMTQ1NjU2NGQwMzE4Yzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92bb44e2-13c6-4ce0-9c1e-7552a01958d1","artifactVersion":"1"},{"artifactName":"basic_onboard_xbylsy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json","artifactChecksum":"NzlkOGExMWVjOTgzMDY4YzUwMmJmOTZiMmNlNzMwOGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"799e0aba-76ca-43f3-8da8-ed929c3a977f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3f60a2ff-92b6-4c3c-816c-0ab2018cbc16","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"565e169b-cc06-4c62-bb31-58049eed37d1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"27455d65-1b8e-4129-b50d-06af4aa7ef5a","artifactVersion":"2","generatedFromUUID":"3f60a2ff-92b6-4c3c-816c-0ab2018cbc16"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXbylsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-template.yml","artifactChecksum":"NTY1MDFmOGRjYTI5NGY3ZmYyNTY3Y2EwNWI1ZDA4MmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0d41ddb-157e-4d00-9a31-690ef1530887","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXbylsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar","artifactChecksum":"ZDNjYzU3N2I2MGFiY2ExOGM2YWU2ZWRmYTg4Yzc0YTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"47643fbb-a2da-4571-9c59-04d6b5887f43","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-25T03:48:57.130Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:48:57.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180081148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.137Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:48:57.149Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:48:57.162Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:48:57.162Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180136497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "dcae-sch",
"timestamp": 1648180080746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "ves-openapi-manager",
"timestamp": 1648180086793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "aai-ml",
"timestamp": 1648180078708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "cds",
"timestamp": 1648180084132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "dcae-sch",
"timestamp": 1648180080746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180081148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "ves-openapi-manager",
"timestamp": 1648180086793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "cds",
"timestamp": 1648180084132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "aai-ml",
"timestamp": 1648180078708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180089132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "dcae-sch",
"timestamp": 1648180080746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180081148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "ves-openapi-manager",
"timestamp": 1648180086793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "aai-ml",
"timestamp": 1648180078708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "cds",
"timestamp": 1648180084132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180089132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json",
"status": "NOTIFIED"
}
2022-03-25T03:48:57.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "ves-openapi-manager",
"timestamp": 1648180086793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180081148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "dcae-sch",
"timestamp": 1648180080746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "cds",
"timestamp": 1648180084132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "aai-ml",
"timestamp": 1648180078708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180089132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-25T03:48:57.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "policy-id",
"timestamp": 1648180090898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.176Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "dcae-sch",
"timestamp": 1648180080746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "ves-openapi-manager",
"timestamp": 1648180086793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180081148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "aai-ml",
"timestamp": 1648180078708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.178Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "cds",
"timestamp": 1648180084132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.178Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180089132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "policy-id",
"timestamp": 1648180090898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "ves-openapi-manager",
"timestamp": 1648180086793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.180Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "dcae-sch",
"timestamp": 1648180080746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.180Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180081148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.181Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.181Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "aai-ml",
"timestamp": 1648180078708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.181Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.181Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "cds",
"timestamp": 1648180084132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.181Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180089132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-25T03:48:57.182Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "policy-id",
"timestamp": 1648180090898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-25T03:48:57.182Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "ves-openapi-manager",
"timestamp": 1648180086793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "dcae-sch",
"timestamp": 1648180080746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "cds",
"timestamp": 1648180084132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:48:57.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "aai-ml",
"timestamp": 1648180078708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:48:57.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180081148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:48:57.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180089132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "policy-id",
"timestamp": 1648180090898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180089132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:48:57.186Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "policy-id",
"timestamp": 1648180090898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.187Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180097344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:48:57.188Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:48:57.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "aai-ml",
"timestamp": 1648180096843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:48:57.188Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:48:57.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "cds",
"timestamp": 1648180096515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:48:57.189Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:48:57.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "policy-id",
"timestamp": 1648180090898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180097285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:48:57.190Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:48:57.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "cds",
"timestamp": 1648180097534,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-03-25T03:48:57.262Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-03-25T03:48:57.266Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:48:57.266Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-25T03:48:57.280Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:48:57.281Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-25T03:48:57.420Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of db8966e7-68a1-4a98-b9e7-c5ea80cc1c90
2022-03-25T03:48:57.448Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-25T03:48:57.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "policy-id",
"timestamp": 1648180090898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:48:57.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180098993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:48:57.475Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:48:57.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "policy-id",
"timestamp": 1648180099135,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:48:57.476Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:48:57.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180100398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:48:57.476Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:48:57.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "policy-id",
"timestamp": 1648180100143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T03:48:57.477Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:48:57.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180101802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T03:48:57.477Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:48:57.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180101478,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-25T03:48:57.493Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db8966e7-68a1-4a98-b9e7-c5ea80cc1c90
2022-03-25T03:48:57.493Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-25T03:48:57.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "policy-id",
"timestamp": 1648180101148,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-25T03:48:57.507Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db8966e7-68a1-4a98-b9e7-c5ea80cc1c90
2022-03-25T03:48:57.508Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-25T03:48:57.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180102807,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-25T03:48:57.521Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of db8966e7-68a1-4a98-b9e7-c5ea80cc1c90
2022-03-25T03:48:57.521Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-25T03:48:57.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180102482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-25T03:48:57.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:48:57.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "clamp",
"timestamp": 1648180105404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "clamp",
"timestamp": 1648180105404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json",
"status": "NOTIFIED"
}
2022-03-25T03:48:57.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "clamp",
"timestamp": 1648180105404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "aai-ml",
"timestamp": 1648180108687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T03:48:57.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:48:57.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "clamp",
"timestamp": 1648180105404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "aai-ml",
"timestamp": 1648180109694,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-25T03:48:57.537Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of db8966e7-68a1-4a98-b9e7-c5ea80cc1c90
2022-03-25T03:48:57.537Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-25T03:48:57.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "clamp",
"timestamp": 1648180105404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.545Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "clamp",
"timestamp": 1648180105404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:48:57.545Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "clamp",
"timestamp": 1648180105404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:48:57.545Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-25T03:48:57.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "clamp",
"timestamp": 1648180118441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:48:57.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:48:57.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "clamp",
"timestamp": 1648180120457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T03:48:57.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:48:57.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-25T03:48:57.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "clamp",
"timestamp": 1648180121463,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-25T03:48:57.550Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of db8966e7-68a1-4a98-b9e7-c5ea80cc1c90
2022-03-25T03:48:57.551Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-25T03:48:58.174Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:48:58.174Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:48:58.176Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:48:58.177Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180136497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json",
"status": "NOTIFIED"
}
2022-03-25T03:48:58.277Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:48:58.278Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:48:58.279Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:48:58.292Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:48:58.292Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:48:59.178Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:48:59.179Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:48:59.181Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:48:59.181Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180136497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-25T03:48:59.282Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-25T03:48:59.283Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:48:59.283Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:48:59.298Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:48:59.299Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:49:00.182Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:49:00.183Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:49:00.186Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:49:00.187Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180136497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:49:00.287Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:49:00.288Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:49:00.288Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:49:00.301Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:49:00.302Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:49:01.188Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:49:01.189Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:49:01.192Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:49:01.192Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180136497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-25T03:49:01.292Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-25T03:49:01.294Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:49:01.294Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:49:01.303Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:49:01.304Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:49:02.193Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:49:02.194Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:49:02.196Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:49:02.197Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180136497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:49:02.297Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:49:02.298Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:49:02.298Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:49:02.310Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:49:02.311Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-25T03:49:03.197Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:49:03.199Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:49:03.202Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:49:03.202Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180136497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:49:03.302Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:49:03.303Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:49:03.303Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:49:03.319Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:49:03.320Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:49:04.205Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"serviceName": "basic_onboard_XBylsY",
"serviceVersion": "1.0",
"serviceUUID": "1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2",
"serviceDescription": "service",
"serviceInvariantUUID": "02c3c646-6d98-40d4-adb0-cab7fbf2fedb",
"resources": [
{
"resourceInstanceName": "basic_onboard_XBylsY 0",
"resourceCustomizationUUID": "cf7a566e-fa2f-4a53-9a91-95561f84d800",
"resourceName": "basic_onboard_XBylsY",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ba378369-9b12-4c5e-b450-bcb9fd55f727",
"resourceInvariantUUID": "26d583db-c18a-44c0-9b15-bc92e65fa62d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_xbylsy0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json",
"artifactChecksum": "NzlkOGExMWVjOTgzMDY4YzUwMmJmOTZiMmNlNzMwOGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "799e0aba-76ca-43f3-8da8-ed929c3a977f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3f60a2ff-92b6-4c3c-816c-0ab2018cbc16",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "27455d65-1b8e-4129-b50d-06af4aa7ef5a",
"generatedFromUUID": "3f60a2ff-92b6-4c3c-816c-0ab2018cbc16"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "27455d65-1b8e-4129-b50d-06af4aa7ef5a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardXbylsy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"artifactChecksum": "ZDNjYzU3N2I2MGFiY2ExOGM2YWU2ZWRmYTg4Yzc0YTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "47643fbb-a2da-4571-9c59-04d6b5887f43"
}
],
"workloadContext": "Production"
}
2022-03-25T03:49:04.206Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-25T03:49:04.207Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2 ASDC
2022-03-25T03:49:04.339Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:db8966e7-68a1-4a98-b9e7-c5ea80cc1c90
ServiceName:basic_onboard_XBylsY
ServiceVersion:1.0
ServiceUUID:1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2
ServiceInvariantUUID:02c3c646-6d98-40d4-adb0-cab7fbf2fedb
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXbylsy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar
ArtifactUUID:47643fbb-a2da-4571-9c59-04d6b5887f43
ArtifactChecksum:ZDNjYzU3N2I2MGFiY2ExOGM2YWU2ZWRmYTg4Yzc0YTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_XBylsY 0
ResourceCustomizationUUID:cf7a566e-fa2f-4a53-9a91-95561f84d800
ResourceInvariantUUID:26d583db-c18a-44c0-9b15-bc92e65fa62d
ResourceName:basic_onboard_XBylsY
ResourceType:VF
ResourceUUID:ba378369-9b12-4c5e-b450-bcb9fd55f727
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xbylsy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json
ArtifactUUID:799e0aba-76ca-43f3-8da8-ed929c3a977f
ArtifactChecksum:NzlkOGExMWVjOTgzMDY4YzUwMmJmOTZiMmNlNzMwOGQ=
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/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3f60a2ff-92b6-4c3c-816c-0ab2018cbc16
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/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env
ArtifactUUID:27455d65-1b8e-4129-b50d-06af4aa7ef5a
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/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env
ArtifactUUID:27455d65-1b8e-4129-b50d-06af4aa7ef5a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-25T03:49:04.340Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-25T03:49:04.402Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-25T03:49:04.404Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-25T03:49:04.405Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-25T03:49:04.406Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 47643fbb-a2da-4571-9c59-04d6b5887f43 from URL: /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar
2022-03-25T03:49:04.406Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-25T03:49:04.408Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar
2022-03-25T03:49:04.667Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-25T03:49:04.689Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar 47643fbb-a2da-4571-9c59-04d6b5887f43 71577
2022-03-25T03:49:04.691Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar ASDC sendASDCNotification
2022-03-25T03:49:04.691Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar
2022-03-25T03:49:04.693Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T03:49:04.694Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:49:04.696Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:49:04.696Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180144690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:49:04.796Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:49:04.797Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:49:04.797Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:49:04.826Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:49:04.826Z||pool-10-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:49:05.697Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-25T03:49:05.698Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-25T03:49:05.699Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 47643fbb-a2da-4571-9c59-04d6b5887f43, URL: /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar to file: /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar
2022-03-25T03:49:05.700Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXbylsy-csar.csar
2022-03-25T03:49:05.863Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar
2022-03-25T03:49:05.864Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar
2022-03-25T03:49:06.460Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16654005169663153079/Definitions/service-BasicOnboardXbylsy-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-25T03:49:08.504Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-25T03:49:08.510Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-25T03:49:08.510Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar
2022-03-25T03:49:08.510Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-25T03:49:08.510Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar
2022-03-25T03:49:08.511Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_XBylsY 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar
2022-03-25T03:49:08.511Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar
2022-03-25T03:49:08.511Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar
2022-03-25T03:49:08.511Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar
2022-03-25T03:49:08.511Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar
2022-03-25T03:49:08.511Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar
2022-03-25T03:49:08.511Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar
2022-03-25T03:49:08.512Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar
2022-03-25T03:49:08.512Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-25T03:49:08.519Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:08.520Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:49:08.525Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_XBylsY 0 is matching search criteria
2022-03-25T03:49:08.525Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-25T03:49:08.527Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_XBylsY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-25T03:49:08.529Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:08.529Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:49:08.530Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_XBylsY 0 is matching search criteria
2022-03-25T03:49:08.530Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-25T03:49:08.530Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_XBylsY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-25T03:49:08.530Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:08.530Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:49:08.534Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:08.534Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_XBylsY 0 is not matching search criteria
2022-03-25T03:49:08.534Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-25T03:49:08.534Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-25T03:49:08.534Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-25T03:49:08.535Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-25T03:49:08.535Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-25T03:49:08.535Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:08.535Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-25T03:49:08.537Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:08.537Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_XBylsY 0 is matching search criteria
2022-03-25T03:49:08.537Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_XBylsY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:49:08.538Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:08.538Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_XBylsY 0 is matching search criteria
2022-03-25T03:49:08.538Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_XBylsY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:49:08.538Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:08.539Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_XBylsY 0 is matching search criteria
2022-03-25T03:49:08.539Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_XBylsY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:49:08.539Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:08.539Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_XBylsY 0 is not matching search criteria
2022-03-25T03:49:08.539Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-25T03:49:08.540Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-25T03:49:08.540Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ddbdb913-dec8-48e6-b3e4-5df6c4afca71
2022-03-25T03:49:08.540Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:08.540Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:49:08.541Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:08.541Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:49:08.541Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:08.541Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:49:08.541Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:08.542Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:49:08.542Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_XBylsY
Description:service
Model UUID:1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2
Model Version:NULL
Model InvariantUuid:02c3c646-6d98-40d4-adb0-cab7fbf2fedb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_XBylsY
Model UUID:89f3387e-18c0-476d-bb7a-c97a10102dc3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26d583db-c18a-44c0-9b15-bc92e65fa62d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:cf7a566e-fa2f-4a53-9a91-95561f84d800
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:486810f1-209a-4d73-9b2e-3c0eb22202ce
ModelName:BasicOnboardXbylsy..base_ubuntu18..module-0
ModelUuid:654fbc24-fe2e-4172-a79a-a9f3b25a874c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ddbdb913-dec8-48e6-b3e4-5df6c4afca71
ModelInvariantUuid:36786eac-12dc-45cc-b5de-c1bbc9c6977b
ModelName:basic_onboard_XBylsY-nodes.ubuntu18Cvfc
ModelUuid:8a78d37e-cffc-466b-b059-33ebbad73465
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:fcb227c7-dcc1-415c-9703-94cb7197d309
ModelInvariantUuid:bc60050e-17eb-4121-b3c4-88de9bf07408
ModelName:BasicOnboardXbylsy.compute.nodes.heat.ubuntu18
ModelUuid:9b7ad5fa-9368-4474-9953-8d552b620127
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-25T03:49:08.554Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: ba378369-9b12-4c5e-b450-bcb9fd55f727
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-25T03:49:08.664Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||basic_onboard_XBylsY 0
2022-03-25T03:49:08.672Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ba378369-9b12-4c5e-b450-bcb9fd55f727
2022-03-25T03:49:08.672Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 799e0aba-76ca-43f3-8da8-ed929c3a977f from URL: /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json
2022-03-25T03:49:08.672Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-25T03:49:08.672Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json
2022-03-25T03:49:09.151Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-25T03:49:09.151Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json 799e0aba-76ca-43f3-8da8-ed929c3a977f 798
2022-03-25T03:49:09.152Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json ASDC sendASDCNotification
2022-03-25T03:49:09.152Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json
2022-03-25T03:49:09.152Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T03:49:09.153Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:49:09.156Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:49:09.156Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180149152,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:49:09.256Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:49:09.258Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:49:09.258Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:49:09.271Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:49:09.271Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:49:10.158Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXbylsy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "486810f1-209a-4d73-9b2e-3c0eb22202ce",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "654fbc24-fe2e-4172-a79a-a9f3b25a874c",
"vfModuleModelCustomizationUUID": "cb8a8284-e27f-448c-8696-addbe52b28ef",
"isBase": true,
"artifacts": [
"3f60a2ff-92b6-4c3c-816c-0ab2018cbc16",
"27455d65-1b8e-4129-b50d-06af4aa7ef5a"
],
"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-03-25T03:49:10.185Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXbylsy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:654fbc24-fe2e-4172-a79a-a9f3b25a874c
VfModuleModelInvariantUUID:486810f1-209a-4d73-9b2e-3c0eb22202ce
VfModuleModelDescription:NULL
Artifacts UUID List:{
3f60a2ff-92b6-4c3c-816c-0ab2018cbc16
,
27455d65-1b8e-4129-b50d-06af4aa7ef5a
}
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-03-25T03:49:10.191Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXbylsy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "486810f1-209a-4d73-9b2e-3c0eb22202ce",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "654fbc24-fe2e-4172-a79a-a9f3b25a874c",
"vfModuleModelCustomizationUUID": "cb8a8284-e27f-448c-8696-addbe52b28ef",
"isBase": true,
"artifacts": [
"3f60a2ff-92b6-4c3c-816c-0ab2018cbc16",
"27455d65-1b8e-4129-b50d-06af4aa7ef5a"
],
"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-03-25T03:49:10.191Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXbylsy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:654fbc24-fe2e-4172-a79a-a9f3b25a874c
VfModuleModelInvariantUUID:486810f1-209a-4d73-9b2e-3c0eb22202ce
VfModuleModelDescription:NULL
Artifacts UUID List:{
3f60a2ff-92b6-4c3c-816c-0ab2018cbc16
,
27455d65-1b8e-4129-b50d-06af4aa7ef5a
}
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-03-25T03:49:10.191Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3f60a2ff-92b6-4c3c-816c-0ab2018cbc16 from URL: /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml
2022-03-25T03:49:10.192Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-25T03:49:10.192Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml
2022-03-25T03:49:10.648Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-25T03:49:10.649Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml 3f60a2ff-92b6-4c3c-816c-0ab2018cbc16 5033
2022-03-25T03:49:10.650Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-25T03:49:10.650Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml
2022-03-25T03:49:10.650Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T03:49:10.650Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:49:10.653Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:49:10.653Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180150649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:49:10.753Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:49:10.754Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:49:10.754Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:49:10.766Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:49:10.766Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:49:11.654Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 27455d65-1b8e-4129-b50d-06af4aa7ef5a from URL: /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env
2022-03-25T03:49:11.654Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-25T03:49:11.655Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env
2022-03-25T03:49:11.802Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-25T03:49:11.803Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env 27455d65-1b8e-4129-b50d-06af4aa7ef5a 909
2022-03-25T03:49:11.804Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-25T03:49:11.804Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env
2022-03-25T03:49:11.804Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T03:49:11.804Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:49:11.807Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:49:11.807Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180151803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:49:11.907Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-25T03:49:11.908Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:49:11.908Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:49:11.921Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:49:11.922Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:49:12.808Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2
2022-03-25T03:49:12.809Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_XBylsY 0 ba378369-9b12-4c5e-b450-bcb9fd55f727 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-25T03:49:12.844Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c2273e4, org.onap.sdc.toscaparser.api.parameters.Input@16367242, org.onap.sdc.toscaparser.api.parameters.Input@976a3e8, org.onap.sdc.toscaparser.api.parameters.Input@22873a0a, org.onap.sdc.toscaparser.api.parameters.Input@1d85c0ed]
2022-03-25T03:49:12.848Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:12.849Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:49:12.849Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-03-25T03:49:12.849Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= cf7a566e-fa2f-4a53-9a91-95561f84d800
2022-03-25T03:49:12.849Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cf7a566e-fa2f-4a53-9a91-95561f84d800 matches Tosca VF Customization UUID: cf7a566e-fa2f-4a53-9a91-95561f84d800
2022-03-25T03:49:12.850Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: cf7a566e-fa2f-4a53-9a91-95561f84d800 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-25T03:49:12.856Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:12.856Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:49:12.857Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id cf7a566e-fa2f-4a53-9a91-95561f84d800: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-25T03:49:12.858Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3045d846
2022-03-25T03:49:12.858Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:12.858Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-25T03:49:12.859Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cb8a8284-e27f-448c-8696-addbe52b28ef
2022-03-25T03:49:12.860Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cb8a8284-e27f-448c-8696-addbe52b28ef
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-25T03:49:12.865Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:12.866Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_XBylsY 0 is matching search criteria
2022-03-25T03:49:12.866Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_XBylsY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:49:12.867Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:12.867Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_XBylsY 0 is matching search criteria
2022-03-25T03:49:12.867Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_XBylsY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:49:12.867Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:12.868Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_XBylsY 0 is not matching search criteria
2022-03-25T03:49:12.868Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-25T03:49:12.868Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-25T03:49:12.868Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ddbdb913-dec8-48e6-b3e4-5df6c4afca71
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-25T03:49:12.878Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:12.878Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_XBylsY 0 is matching search criteria
2022-03-25T03:49:12.879Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_XBylsY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:49:12.879Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:12.879Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_XBylsY 0 is matching search criteria
2022-03-25T03:49:12.880Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_XBylsY 0] matching following query criteria: sdcType=VF, customizationUUID=cf7a566e-fa2f-4a53-9a91-95561f84d800
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-25T03:49:12.881Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:12.881Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:49:12.882Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2: basic_onboard_XBylsY
2022-03-25T03:49:12.882Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:12.882Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:49:12.882Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:12.883Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:49:12.883Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:12.883Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:49:12.884Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:12.884Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:49:12.884Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:49:12.884Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:49:12.884Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_XBylsY
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-03-25T03:49:13.054Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_XBylsY ba378369-9b12-4c5e-b450-bcb9fd55f727 1 ASDC deployResourceStructure
2022-03-25T03:49:13.055Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json ASDC sendASDCNotification
2022-03-25T03:49:13.055Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json
2022-03-25T03:49:13.055Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T03:49:13.055Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:49:13.057Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:49:13.058Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180153055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-25T03:49:13.158Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:49:13.159Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:49:13.159Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:49:13.171Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:49:13.172Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:49:14.059Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-25T03:49:14.060Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml
2022-03-25T03:49:14.060Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T03:49:14.060Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:49:14.064Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:49:14.064Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180154059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-25T03:49:14.164Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:49:14.166Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:49:14.166Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:49:14.179Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:49:14.180Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-25T03:49:15.065Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-25T03:49:15.066Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env
2022-03-25T03:49:15.067Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T03:49:15.067Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:49:15.070Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:49:15.070Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180155065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-25T03:49:15.171Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-25T03:49:15.172Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:49:15.172Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:49:15.185Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:49:15.187Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-25T03:49:16.072Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar ASDC sendASDCNotification
2022-03-25T03:49:16.072Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar
2022-03-25T03:49:16.072Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T03:49:16.073Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:49:16.075Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:49:16.075Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180156071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T03:49:16.175Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:49:16.177Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:49:16.177Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:49:16.200Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:49:16.201Z||pool-17-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:49:17.076Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db8966e7-68a1-4a98-b9e7-c5ea80cc1c90
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-25T03:49:17.098Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db8966e7-68a1-4a98-b9e7-c5ea80cc1c90
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-25T03:49:17.103Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-25T03:49:17.103Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-25T03:49:17.103Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-25T03:49:17.104Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-25T03:49:17.104Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T03:49:17.104Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T03:49:17.104Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T03:49:17.104Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T03:49:17.104Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T03:49:17.104Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T03:49:17.105Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-25T03:49:17.109Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-25T03:49:47.110Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-25T03:49:47.119Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 and serviceModelVersionId: 1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2
2022-03-25T03:49:47.119Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 02c3c646-6d98-40d4-adb0-cab7fbf2fedb
2022-03-25T03:49:56.499Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:49:56.501Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:49:56.502Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:49:56.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:49:56.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-25T03:49:56.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180136497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:49:56.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-25T03:50:02.996Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/02c3c646-6d98-40d4-adb0-cab7fbf2fedb/model-vers/model-ver/1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2?depth=0
2022-03-25T03:50:03.112Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-25T03:50:03.628Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c3c646-6d98-40d4-adb0-cab7fbf2fedb/model-vers/model-ver/1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-25T03:50:03.633Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c3c646-6d98-40d4-adb0-cab7fbf2fedb/model-vers/model-ver/1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2?depth=0|INFO|500||Invoke
2022-03-25T03:50:03.779Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c3c646-6d98-40d4-adb0-cab7fbf2fedb/model-vers/model-ver/1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-25T03:50:04.461Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c3c646-6d98-40d4-adb0-cab7fbf2fedb/model-vers/model-ver/1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2?depth=0|INFO|500||InvokeReturn
2022-03-25T03:50:04.462Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c3c646-6d98-40d4-adb0-cab7fbf2fedb/model-vers/model-ver/1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220325-03:50:04:410-40877], vertex-id=[323632], Content-Length=[0], Date=[Fri, 25 Mar 2022 03:50:04 GMT], Content-Type=[application/json]}
2022-03-25T03:50:04.463Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-03-25T03:50:04.467Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-25T03:50:04.467Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-25T03:50:04.474Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-25T03:50:04.475Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-25T03:50:04.477Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-25T03:50:04.477Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:50:04.480Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:50:04.480Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180204475,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-25T03:50:04.580Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-25T03:50:04.582Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:50:04.582Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:50:04.594Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:50:04.594Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-25T03:50:05.496Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:50:05.497Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:50:05.497Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:50:06.126Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:50:06.127Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T03:50:06.127Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"353e8f34-891f-4d7e-bdb0-7ebc05695a7e","serviceName":"vFW 2022-03-25 03-48-09","serviceVersion":"1.0","serviceUUID":"321d57f3-4026-426a-911b-da70f798cd5c","serviceDescription":"catalog service description","serviceInvariantUUID":"92f427c2-94be-4a6e-8573-5fa0f3616b6e","resources":[{"resourceInstanceName":"vFW 35190d78-40f8 0","resourceName":"vFW 35190d78-40f8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e1c2d9ed-5f94-432e-8987-d5ef673e15c5","resourceInvariantUUID":"8419dce8-d125-4b7b-8f43-10d4d3bf6073","resourceCustomizationUUID":"8d8004a3-5904-419d-853e-0de1acc09ecf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vf-license-model.xml","artifactChecksum":"MjgwZjg2YmI4YWY5MmYwZWJiMTgzN2I2M2FmMTBjYWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95395ca9-ffd2-428e-94f2-023246e77bfe","artifactVersion":"1"},{"artifactName":"vfw35190d7840f80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json","artifactChecksum":"MTk1OWVjMzc4ZTY3MzI0ZGM3YjIwZDZjOGY0YjZiMzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b30638f3-8901-4350-82af-ffb6456709d4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d5afe890-ab8f-4ccf-95dc-27755408d92b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vendor-license-model.xml","artifactChecksum":"Njg5ZGE3OTMwMzUyNzhiYjRiOWU0NWFlY2ZiYzE0YjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0e70a7a8-914c-4e1f-a9a0-3e57accab09d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"70469125-f57d-4ae8-805e-589458eb172f","artifactVersion":"2","generatedFromUUID":"d5afe890-ab8f-4ccf-95dc-27755408d92b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220325034809-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-template.yml","artifactChecksum":"ZGIwMjJmYzZiMzlhMDhjNmIzYWMyODNjM2RmZTMwNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1029fcc7-45fe-43c8-85dc-f3e0b760bc1b","artifactVersion":"1"},{"artifactName":"service-Vfw20220325034809-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar","artifactChecksum":"OWUzMzZiNWY0ODdkNTY0NDk1NTc2ZWJlNDM3M2RhZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c0307069-a4c5-49e6-9fec-d1eb1218471d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-25T03:50:06.131Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:50:06.131Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:50:06.134Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:50:06.134Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180205495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:50:06.234Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:50:06.235Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:50:06.235Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:50:06.246Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:50:06.247Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:50:07.135Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:50:07.136Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:50:07.138Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:50:07.138Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180205495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json",
"status": "NOTIFIED"
}
2022-03-25T03:50:07.239Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:50:07.240Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:50:07.240Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:50:07.251Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:50:07.251Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:50:08.139Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:50:08.141Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:50:08.143Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:50:08.143Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180205495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-25T03:50:08.244Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-25T03:50:08.245Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:50:08.245Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:50:08.258Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:50:08.259Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:50:09.144Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:50:09.146Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:50:09.148Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:50:09.148Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180205495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:50:09.249Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-25T03:50:09.250Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:50:09.250Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:50:09.269Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:50:09.270Z||pool-22-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:50:10.149Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:50:10.150Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:50:10.152Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:50:10.153Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180205495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-25T03:50:10.253Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:50:10.254Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:50:10.255Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:50:10.266Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:50:10.266Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:50:11.153Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:50:11.154Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:50:11.157Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:50:11.158Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180205495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:50:11.258Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:50:11.259Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:50:11.259Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:50:11.271Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:50:11.272Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:50:12.160Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:50:12.161Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:50:12.163Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:50:12.163Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180205495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:50:12.264Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:50:12.265Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:50:12.265Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:50:12.280Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:50:12.280Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-25T03:50:13.165Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"serviceName": "vFW 2022-03-25 03-48-09",
"serviceVersion": "1.0",
"serviceUUID": "321d57f3-4026-426a-911b-da70f798cd5c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "92f427c2-94be-4a6e-8573-5fa0f3616b6e",
"resources": [
{
"resourceInstanceName": "vFW 35190d78-40f8 0",
"resourceCustomizationUUID": "8d8004a3-5904-419d-853e-0de1acc09ecf",
"resourceName": "vFW 35190d78-40f8",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e1c2d9ed-5f94-432e-8987-d5ef673e15c5",
"resourceInvariantUUID": "8419dce8-d125-4b7b-8f43-10d4d3bf6073",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw35190d7840f80_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json",
"artifactChecksum": "MTk1OWVjMzc4ZTY3MzI0ZGM3YjIwZDZjOGY0YjZiMzI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b30638f3-8901-4350-82af-ffb6456709d4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d5afe890-ab8f-4ccf-95dc-27755408d92b",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "70469125-f57d-4ae8-805e-589458eb172f",
"generatedFromUUID": "d5afe890-ab8f-4ccf-95dc-27755408d92b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "70469125-f57d-4ae8-805e-589458eb172f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220325034809-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"artifactChecksum": "OWUzMzZiNWY0ODdkNTY0NDk1NTc2ZWJlNDM3M2RhZmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c0307069-a4c5-49e6-9fec-d1eb1218471d"
}
],
"workloadContext": "Production"
}
2022-03-25T03:50:13.166Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-25T03:50:13.166Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 321d57f3-4026-426a-911b-da70f798cd5c ASDC
2022-03-25T03:50:13.166Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:353e8f34-891f-4d7e-bdb0-7ebc05695a7e
ServiceName:vFW 2022-03-25 03-48-09
ServiceVersion:1.0
ServiceUUID:321d57f3-4026-426a-911b-da70f798cd5c
ServiceInvariantUUID:92f427c2-94be-4a6e-8573-5fa0f3616b6e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220325034809-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar
ArtifactUUID:c0307069-a4c5-49e6-9fec-d1eb1218471d
ArtifactChecksum:OWUzMzZiNWY0ODdkNTY0NDk1NTc2ZWJlNDM3M2RhZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 35190d78-40f8 0
ResourceCustomizationUUID:8d8004a3-5904-419d-853e-0de1acc09ecf
ResourceInvariantUUID:8419dce8-d125-4b7b-8f43-10d4d3bf6073
ResourceName:vFW 35190d78-40f8
ResourceType:VF
ResourceUUID:e1c2d9ed-5f94-432e-8987-d5ef673e15c5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw35190d7840f80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json
ArtifactUUID:b30638f3-8901-4350-82af-ffb6456709d4
ArtifactChecksum:MTk1OWVjMzc4ZTY3MzI0ZGM3YjIwZDZjOGY0YjZiMzI=
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/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml
ArtifactUUID:d5afe890-ab8f-4ccf-95dc-27755408d92b
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/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env
ArtifactUUID:70469125-f57d-4ae8-805e-589458eb172f
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/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env
ArtifactUUID:70469125-f57d-4ae8-805e-589458eb172f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-25T03:50:13.167Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 321d57f3-4026-426a-911b-da70f798cd5c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-25T03:50:13.196Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-25T03:50:13.197Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-25T03:50:13.197Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-25T03:50:13.197Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c0307069-a4c5-49e6-9fec-d1eb1218471d from URL: /sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar
2022-03-25T03:50:13.198Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-25T03:50:13.198Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar
2022-03-25T03:50:13.588Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-25T03:50:13.594Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar c0307069-a4c5-49e6-9fec-d1eb1218471d 98938
2022-03-25T03:50:13.594Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar ASDC sendASDCNotification
2022-03-25T03:50:13.595Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar
2022-03-25T03:50:13.595Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T03:50:13.595Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:50:13.598Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:50:13.598Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180213594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:50:13.700Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-25T03:50:13.702Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:50:13.702Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:50:13.715Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:50:13.716Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:50:14.598Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-25T03:50:14.600Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-25T03:50:14.600Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c0307069-a4c5-49e6-9fec-d1eb1218471d, URL: /sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar to file: /app/ASDC/1/service-Vfw20220325034809-csar.csar
2022-03-25T03:50:14.601Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220325034809-csar.csar
2022-03-25T03:50:14.601Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220325034809-csar.csar
2022-03-25T03:50:14.601Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220325034809-csar.csar
2022-03-25T03:50:14.849Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11073599065951398145/Definitions/service-Vfw20220325034809-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_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-25T03:50:16.879Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-25T03:50:16.880Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-25T03:50:16.880Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220325034809-csar.csar
2022-03-25T03:50:16.881Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-25T03:50:16.881Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 35190d78-40f8 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220325034809-csar.csar
2022-03-25T03:50:16.881Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220325034809-csar.csar
2022-03-25T03:50:16.881Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220325034809-csar.csar
2022-03-25T03:50:16.882Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325034809-csar.csar
2022-03-25T03:50:16.882Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220325034809-csar.csar
2022-03-25T03:50:16.882Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220325034809-csar.csar
2022-03-25T03:50:16.882Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220325034809-csar.csar
2022-03-25T03:50:16.883Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325034809-csar.csar
2022-03-25T03:50:16.883Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325034809-csar.csar
2022-03-25T03:50:16.883Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220325034809-csar.csar
2022-03-25T03:50:16.883Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220325034809-csar.csar
2022-03-25T03:50:16.883Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220325034809-csar.csar
2022-03-25T03:50:16.884Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325034809-csar.csar
2022-03-25T03:50:16.884Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-25T03:50:16.884Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:16.884Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:50:16.885Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is matching search criteria
2022-03-25T03:50:16.885Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-25T03:50:16.886Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 35190d78-40f8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-25T03:50:16.886Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:16.887Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:50:16.887Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is matching search criteria
2022-03-25T03:50:16.887Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-25T03:50:16.888Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 35190d78-40f8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-25T03:50:16.888Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:16.888Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:50:16.889Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:16.889Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is not matching search criteria
2022-03-25T03:50:16.889Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T03:50:16.889Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-25T03:50:16.890Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:50:16.890Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-25T03:50:16.890Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:50:16.890Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-25T03:50:16.891Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T03:50:16.891Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-25T03:50:16.891Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-25T03:50:16.891Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:50:16.892Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-25T03:50:16.892Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-25T03:50:16.892Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-25T03:50:16.892Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-25T03:50:16.893Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:50:16.893Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-25T03:50:16.893Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:16.893Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-25T03:50:16.894Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:16.894Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is matching search criteria
2022-03-25T03:50:16.894Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 35190d78-40f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:50:16.895Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:16.895Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is matching search criteria
2022-03-25T03:50:16.895Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 35190d78-40f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:50:16.895Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:16.896Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is matching search criteria
2022-03-25T03:50:16.896Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 35190d78-40f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:50:16.896Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:16.897Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is not matching search criteria
2022-03-25T03:50:16.897Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T03:50:16.897Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-25T03:50:16.897Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T03:50:16.898Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-25T03:50:16.898Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-25T03:50:16.898Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:50:16.898Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-25T03:50:16.899Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-25T03:50:16.899Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-25T03:50:16.899Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-25T03:50:16.899Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:50:16.900Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1d34b537-3fa0-4055-8d8f-40d32b08a183
2022-03-25T03:50:16.900Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:16.900Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is not matching search criteria
2022-03-25T03:50:16.900Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T03:50:16.901Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-25T03:50:16.901Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:50:16.901Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-25T03:50:16.901Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:50:16.902Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-25T03:50:16.902Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T03:50:16.902Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-25T03:50:16.903Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-25T03:50:16.903Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-25T03:50:16.903Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-25T03:50:16.903Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:50:16.904Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3b2117de-78a6-4b57-9bcf-3cdc13e89abf
2022-03-25T03:50:16.904Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:16.904Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is not matching search criteria
2022-03-25T03:50:16.904Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T03:50:16.905Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-25T03:50:16.905Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:50:16.905Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-25T03:50:16.905Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:50:16.906Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-25T03:50:16.906Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T03:50:16.906Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-25T03:50:16.906Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-25T03:50:16.907Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:50:16.907Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-25T03:50:16.907Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-25T03:50:16.907Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=264aca56-263a-48f9-8e77-5a4c5c6c7228
2022-03-25T03:50:16.908Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:16.908Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:50:16.908Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:16.909Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:50:16.909Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:16.909Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:50:16.909Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:16.910Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:50:16.910Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-25 03-48-09
Description:catalog service description
Model UUID:321d57f3-4026-426a-911b-da70f798cd5c
Model Version:NULL
Model InvariantUuid:92f427c2-94be-4a6e-8573-5fa0f3616b6e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 35190d78-40f8
Model UUID:9205ca8c-7969-46e7-94c1-e7f007d53499
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8419dce8-d125-4b7b-8f43-10d4d3bf6073
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8d8004a3-5904-419d-853e-0de1acc09ecf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:67b45ccd-3478-4170-9739-f59ea3dd44c4
ModelName:Vfw35190d7840f8..base_vfw..module-0
ModelUuid:fae5e8a8-97c8-4455-aed1-4c67bb360848
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1d34b537-3fa0-4055-8d8f-40d32b08a183
ModelInvariantUuid:937636d1-f14b-47db-a64a-f4e3bced50ba
ModelName:vFW 35190d78-40f8-nodes.vfwCvfc
ModelUuid:10a3b2d1-69bf-460c-be04-e2678d76e3d5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:30735162-0979-45be-aa2d-c45d069042a1
ModelInvariantUuid:8eb70f85-b7de-4251-bac3-3e707ff4c5a8
ModelName:Vfw35190d7840f8.compute.nodes.heat.vfw
ModelUuid:f5dc45a2-042c-4948-b970-76a0c85d74f1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3b2117de-78a6-4b57-9bcf-3cdc13e89abf
ModelInvariantUuid:a587b1b4-fe70-4eb7-bd55-ea7025b233a4
ModelName:vFW 35190d78-40f8-nodes.vsnCvfc
ModelUuid:4e7700a1-44dc-48aa-8197-487e2557a71a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:bf7aed97-219c-414e-a834-450ad6eb85fb
ModelInvariantUuid:e6726989-8942-41e1-96cc-1f607e85e2df
ModelName:Vfw35190d7840f8.compute.nodes.heat.vsn
ModelUuid:8834494b-89e8-485f-8391-0eaef3509c59
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:264aca56-263a-48f9-8e77-5a4c5c6c7228
ModelInvariantUuid:b1a3d8b4-bcfc-451d-8dde-f3459bf5b6e9
ModelName:vFW 35190d78-40f8-nodes.vpgCvfc
ModelUuid:a3cd9b15-1fd9-4461-99e9-ffbe17fefd61
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f1eebd3b-3ff5-46db-b871-4204b4e8417e
ModelInvariantUuid:3003b6f7-e1a7-41e3-8d57-9f4bf510c2bf
ModelName:Vfw35190d7840f8.compute.nodes.heat.vpg
ModelUuid:88e0cd04-a4ce-4dec-9001-d8c2b2a92469
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-25T03:50:16.916Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: e1c2d9ed-5f94-432e-8987-d5ef673e15c5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-25T03:50:16.919Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||vFW 35190d78-40f8 0
2022-03-25T03:50:16.919Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e1c2d9ed-5f94-432e-8987-d5ef673e15c5
2022-03-25T03:50:16.919Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b30638f3-8901-4350-82af-ffb6456709d4 from URL: /sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json
2022-03-25T03:50:16.919Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-25T03:50:16.920Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json
2022-03-25T03:50:17.295Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-25T03:50:17.296Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json b30638f3-8901-4350-82af-ffb6456709d4 785
2022-03-25T03:50:17.297Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json ASDC sendASDCNotification
2022-03-25T03:50:17.297Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json
2022-03-25T03:50:17.297Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T03:50:17.297Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:50:17.299Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:50:17.300Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180217297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:50:17.400Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:50:17.401Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:50:17.401Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:50:17.414Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:50:17.414Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-25T03:50:18.300Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw35190d7840f8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "67b45ccd-3478-4170-9739-f59ea3dd44c4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fae5e8a8-97c8-4455-aed1-4c67bb360848",
"vfModuleModelCustomizationUUID": "1938161d-5f95-4c9f-904b-66c3d80df185",
"isBase": true,
"artifacts": [
"d5afe890-ab8f-4ccf-95dc-27755408d92b",
"70469125-f57d-4ae8-805e-589458eb172f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-25T03:50:18.305Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw35190d7840f8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fae5e8a8-97c8-4455-aed1-4c67bb360848
VfModuleModelInvariantUUID:67b45ccd-3478-4170-9739-f59ea3dd44c4
VfModuleModelDescription:NULL
Artifacts UUID List:{
d5afe890-ab8f-4ccf-95dc-27755408d92b
,
70469125-f57d-4ae8-805e-589458eb172f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-25T03:50:18.307Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw35190d7840f8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "67b45ccd-3478-4170-9739-f59ea3dd44c4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fae5e8a8-97c8-4455-aed1-4c67bb360848",
"vfModuleModelCustomizationUUID": "1938161d-5f95-4c9f-904b-66c3d80df185",
"isBase": true,
"artifacts": [
"d5afe890-ab8f-4ccf-95dc-27755408d92b",
"70469125-f57d-4ae8-805e-589458eb172f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-25T03:50:18.308Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw35190d7840f8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fae5e8a8-97c8-4455-aed1-4c67bb360848
VfModuleModelInvariantUUID:67b45ccd-3478-4170-9739-f59ea3dd44c4
VfModuleModelDescription:NULL
Artifacts UUID List:{
d5afe890-ab8f-4ccf-95dc-27755408d92b
,
70469125-f57d-4ae8-805e-589458eb172f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-25T03:50:18.308Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d5afe890-ab8f-4ccf-95dc-27755408d92b from URL: /sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml
2022-03-25T03:50:18.308Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-25T03:50:18.308Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml
2022-03-25T03:50:18.751Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-25T03:50:18.752Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml d5afe890-ab8f-4ccf-95dc-27755408d92b 20368
2022-03-25T03:50:18.753Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-25T03:50:18.753Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml
2022-03-25T03:50:18.753Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T03:50:18.753Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:50:18.756Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:50:18.756Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180218753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:50:18.856Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:50:18.857Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:50:18.857Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:50:18.869Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:50:18.869Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:50:19.757Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 70469125-f57d-4ae8-805e-589458eb172f from URL: /sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env
2022-03-25T03:50:19.757Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-25T03:50:19.758Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env
2022-03-25T03:50:20.075Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-25T03:50:20.076Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env 70469125-f57d-4ae8-805e-589458eb172f 2098
2022-03-25T03:50:20.076Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-25T03:50:20.077Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env
2022-03-25T03:50:20.077Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T03:50:20.077Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:50:20.079Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:50:20.079Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180220076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:50:20.180Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-25T03:50:20.181Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:50:20.181Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:50:20.196Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:50:20.196Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-25T03:50:21.080Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 321d57f3-4026-426a-911b-da70f798cd5c
2022-03-25T03:50:21.081Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 35190d78-40f8 0 e1c2d9ed-5f94-432e-8987-d5ef673e15c5 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-25T03:50:21.100Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ac800c7, org.onap.sdc.toscaparser.api.parameters.Input@4b5fdb21, org.onap.sdc.toscaparser.api.parameters.Input@1fc6badf, org.onap.sdc.toscaparser.api.parameters.Input@60822026, org.onap.sdc.toscaparser.api.parameters.Input@aa6cac9]
2022-03-25T03:50:21.102Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:21.102Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:50:21.102Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-03-25T03:50:21.103Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 8d8004a3-5904-419d-853e-0de1acc09ecf
2022-03-25T03:50:21.103Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8d8004a3-5904-419d-853e-0de1acc09ecf matches Tosca VF Customization UUID: 8d8004a3-5904-419d-853e-0de1acc09ecf
2022-03-25T03:50:21.103Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 8d8004a3-5904-419d-853e-0de1acc09ecf matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-25T03:50:21.106Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:21.106Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:50:21.107Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 8d8004a3-5904-419d-853e-0de1acc09ecf: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-25T03:50:21.107Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64dd5a83
2022-03-25T03:50:21.108Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:21.108Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-25T03:50:21.108Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1938161d-5f95-4c9f-904b-66c3d80df185
2022-03-25T03:50:21.109Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1938161d-5f95-4c9f-904b-66c3d80df185
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-25T03:50:21.111Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:21.111Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is matching search criteria
2022-03-25T03:50:21.112Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 35190d78-40f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:50:21.112Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:21.113Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is matching search criteria
2022-03-25T03:50:21.113Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 35190d78-40f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:50:21.113Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:21.114Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is not matching search criteria
2022-03-25T03:50:21.114Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T03:50:21.114Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-25T03:50:21.115Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T03:50:21.115Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-25T03:50:21.115Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-25T03:50:21.116Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:50:21.116Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-25T03:50:21.116Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-25T03:50:21.116Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-25T03:50:21.117Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-25T03:50:21.117Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:50:21.117Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1d34b537-3fa0-4055-8d8f-40d32b08a183
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-25T03:50:21.119Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:21.120Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is matching search criteria
2022-03-25T03:50:21.120Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 35190d78-40f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:50:21.120Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:21.121Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is not matching search criteria
2022-03-25T03:50:21.121Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T03:50:21.121Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-25T03:50:21.122Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:50:21.122Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-25T03:50:21.122Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:50:21.123Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-25T03:50:21.123Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T03:50:21.123Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-25T03:50:21.123Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-25T03:50:21.124Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-25T03:50:21.124Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-25T03:50:21.124Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:50:21.125Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3b2117de-78a6-4b57-9bcf-3cdc13e89abf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-25T03:50:21.127Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:21.127Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is matching search criteria
2022-03-25T03:50:21.127Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 35190d78-40f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:50:21.130Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:21.130Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is not matching search criteria
2022-03-25T03:50:21.131Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T03:50:21.131Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-25T03:50:21.131Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:50:21.131Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-25T03:50:21.132Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:50:21.132Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-25T03:50:21.132Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T03:50:21.133Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-25T03:50:21.133Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-25T03:50:21.133Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:50:21.133Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-25T03:50:21.134Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-25T03:50:21.134Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=264aca56-263a-48f9-8e77-5a4c5c6c7228
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-25T03:50:21.136Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:21.136Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is matching search criteria
2022-03-25T03:50:21.136Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 35190d78-40f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:50:21.136Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:21.137Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is matching search criteria
2022-03-25T03:50:21.137Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 35190d78-40f8 0] matching following query criteria: sdcType=VF, customizationUUID=8d8004a3-5904-419d-853e-0de1acc09ecf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-25T03:50:21.139Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:21.139Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:50:21.139Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 321d57f3-4026-426a-911b-da70f798cd5c: vFW 35190d78-40f8
2022-03-25T03:50:21.140Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:21.140Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:50:21.140Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:21.140Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:50:21.140Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:21.141Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:50:21.141Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:21.141Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:50:21.141Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:50:21.142Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:50:21.142Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-03-25 03-48-09
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-25T03:50:21.326Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 35190d78-40f8 e1c2d9ed-5f94-432e-8987-d5ef673e15c5 1 ASDC deployResourceStructure
2022-03-25T03:50:21.327Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json ASDC sendASDCNotification
2022-03-25T03:50:21.327Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json
2022-03-25T03:50:21.328Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T03:50:21.328Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:50:21.330Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:50:21.331Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180221327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json",
"status": "DEPLOY_OK"
}
2022-03-25T03:50:21.431Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:50:21.432Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:50:21.432Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:50:21.444Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:50:21.444Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:50:22.331Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-25T03:50:22.332Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml
2022-03-25T03:50:22.332Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T03:50:22.333Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:50:22.335Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:50:22.335Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180222331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-25T03:50:22.436Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-25T03:50:22.437Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:50:22.437Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:50:22.449Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:50:22.450Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-25T03:50:23.337Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-25T03:50:23.337Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env
2022-03-25T03:50:23.337Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T03:50:23.338Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:50:23.341Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:50:23.341Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180223337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-25T03:50:23.441Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-25T03:50:23.443Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:50:23.443Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:50:23.460Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:50:23.460Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:50:24.344Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar ASDC sendASDCNotification
2022-03-25T03:50:24.345Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar
2022-03-25T03:50:24.345Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-25T03:50:24.345Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:50:24.347Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:50:24.347Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180224344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T03:50:24.448Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:50:24.449Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:50:24.449Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:50:24.461Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:50:24.461Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-25T03:50:25.348Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 353e8f34-891f-4d7e-bdb0-7ebc05695a7e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-25T03:50:25.359Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 353e8f34-891f-4d7e-bdb0-7ebc05695a7e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-25T03:50:25.361Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-25T03:50:25.362Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-25T03:50:25.362Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-25T03:50:55.362Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 353e8f34-891f-4d7e-bdb0-7ebc05695a7e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-25T03:50:55.375Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 353e8f34-891f-4d7e-bdb0-7ebc05695a7e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-25T03:50:55.378Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-25T03:50:55.378Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-25T03:50:55.378Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-25T03:50:56.499Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:50:56.501Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:50:56.501Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:50:56.531Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:50:56.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:50:56.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180136497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json",
"status": "NOTIFIED"
}
2022-03-25T03:50:56.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:50:56.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:50:56.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180136497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-25T03:50:56.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:50:56.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:50:56.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180136497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:50:56.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:50:56.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:50:56.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180136497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-25T03:50:56.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:50:56.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:50:56.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180136497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:50:56.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:50:56.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:50:56.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180136497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:50:56.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:50:56.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:50:56.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180144690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:50:56.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:50:56.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:50:56.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180149152,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:50:56.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:50:56.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:50:56.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180150649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:50:56.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:50:56.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:50:56.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180151803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:50:56.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:50:56.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:50:56.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180153055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-25T03:50:56.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:50:56.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:50:56.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180154059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-25T03:50:56.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:50:56.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:50:56.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180155065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-25T03:50:56.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:50:56.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:50:56.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180156071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T03:50:56.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:51:25.379Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 353e8f34-891f-4d7e-bdb0-7ebc05695a7e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-25T03:51:25.390Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 353e8f34-891f-4d7e-bdb0-7ebc05695a7e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-25T03:51:25.392Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-25T03:51:25.394Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-25T03:51:25.395Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-25T03:51:55.395Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 353e8f34-891f-4d7e-bdb0-7ebc05695a7e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-25T03:51:55.404Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 353e8f34-891f-4d7e-bdb0-7ebc05695a7e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-25T03:51:55.406Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-25T03:51:55.406Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-25T03:51:55.406Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-25T03:51:56.499Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:51:56.501Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:51:56.501Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:51:57.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:51:57.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "cds",
"timestamp": 1648180189133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "clamp",
"timestamp": 1648180195404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180189134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "policy-id",
"timestamp": 1648180190899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "aai-ml",
"timestamp": 1648180198708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "clamp",
"timestamp": 1648180195404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json",
"status": "NOTIFIED"
}
2022-03-25T03:51:57.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180189134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json",
"status": "NOTIFIED"
}
2022-03-25T03:51:57.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "cds",
"timestamp": 1648180189133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "policy-id",
"timestamp": 1648180190899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "aai-ml",
"timestamp": 1648180198708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "clamp",
"timestamp": 1648180195404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "cds",
"timestamp": 1648180189133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180189134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-25T03:51:57.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "policy-id",
"timestamp": 1648180190899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-25T03:51:57.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180201148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "aai-ml",
"timestamp": 1648180198708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "dcae-sch",
"timestamp": 1648180200746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "clamp",
"timestamp": 1648180195404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "cds",
"timestamp": 1648180189133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180189134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "policy-id",
"timestamp": 1648180190899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180201148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "aai-ml",
"timestamp": 1648180198708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "dcae-sch",
"timestamp": 1648180200746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "clamp",
"timestamp": 1648180195404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "cds",
"timestamp": 1648180189133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180189134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-25T03:51:57.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "policy-id",
"timestamp": 1648180190899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180201148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "aai-ml",
"timestamp": 1648180198708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "dcae-sch",
"timestamp": 1648180200746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "clamp",
"timestamp": 1648180195404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "cds",
"timestamp": 1648180189133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180189134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "policy-id",
"timestamp": 1648180190899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180201148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "aai-ml",
"timestamp": 1648180198708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "dcae-sch",
"timestamp": 1648180200746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "clamp",
"timestamp": 1648180195404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:51:57.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "cds",
"timestamp": 1648180189133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:51:57.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180189134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:51:57.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "policy-id",
"timestamp": 1648180190899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:51:57.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180204475,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-25T03:51:57.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:51:57.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180201148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "aai-ml",
"timestamp": 1648180198708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:51:57.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "dcae-sch",
"timestamp": 1648180200746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180205757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:51:57.062Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:51:57.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "policy-id",
"timestamp": 1648180205314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:51:57.063Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:51:57.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "cds",
"timestamp": 1648180205555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:51:57.064Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:51:57.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180205495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180201148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "dcae-sch",
"timestamp": 1648180200746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "aai-ml",
"timestamp": 1648180206695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:51:57.066Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:51:57.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "policy-id",
"timestamp": 1648180206319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T03:51:57.067Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:51:57.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "cds",
"timestamp": 1648180206563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-25T03:51:57.076Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 353e8f34-891f-4d7e-bdb0-7ebc05695a7e
2022-03-25T03:51:57.077Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 353e8f34-891f-4d7e-bdb0-7ebc05695a7e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-25T03:51:57.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180206964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:51:57.086Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:51:57.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180205495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json",
"status": "NOTIFIED"
}
2022-03-25T03:51:57.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180201148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:51:57.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "dcae-sch",
"timestamp": 1648180200746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648180206793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "policy-id",
"timestamp": 1648180207322,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-25T03:51:57.093Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 353e8f34-891f-4d7e-bdb0-7ebc05695a7e
2022-03-25T03:51:57.093Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 353e8f34-891f-4d7e-bdb0-7ebc05695a7e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-25T03:51:57.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180205495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-25T03:51:57.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180208447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:51:57.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:51:57.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180209160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:51:57.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:51:57.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648180206793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180205495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180209495,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-25T03:51:57.108Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 353e8f34-891f-4d7e-bdb0-7ebc05695a7e
2022-03-25T03:51:57.108Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 353e8f34-891f-4d7e-bdb0-7ebc05695a7e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-25T03:51:57.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648180206793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180205495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-25T03:51:57.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180210503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json",
"status": "DEPLOY_OK"
}
2022-03-25T03:51:57.117Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:51:57.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648180206793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180205495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648180206793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180205495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:51:57.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180212753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T03:51:57.120Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:51:57.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648180206793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648180213758,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-25T03:51:57.125Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 353e8f34-891f-4d7e-bdb0-7ebc05695a7e
2022-03-25T03:51:57.126Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 353e8f34-891f-4d7e-bdb0-7ebc05695a7e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-25T03:51:57.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180213594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:51:57.134Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:51:57.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648180206793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:51:57.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:51:57.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "clamp",
"timestamp": 1648180216449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:51:57.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:51:57.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180217297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:51:57.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:51:57.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180218753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:51:57.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:51:57.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "clamp",
"timestamp": 1648180218458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T03:51:57.136Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:51:57.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "clamp",
"timestamp": 1648180219462,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-25T03:51:57.140Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 353e8f34-891f-4d7e-bdb0-7ebc05695a7e
2022-03-25T03:51:57.140Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 353e8f34-891f-4d7e-bdb0-7ebc05695a7e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-25T03:51:57.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180220076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:51:57.145Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:51:57.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "aai-ml",
"timestamp": 1648180220316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T03:51:57.146Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:51:57.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "aai-ml",
"timestamp": 1648180221321,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-25T03:51:57.149Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 353e8f34-891f-4d7e-bdb0-7ebc05695a7e
2022-03-25T03:51:57.150Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 353e8f34-891f-4d7e-bdb0-7ebc05695a7e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-25T03:51:57.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180221327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json",
"status": "DEPLOY_OK"
}
2022-03-25T03:51:57.156Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:51:57.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180222331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-25T03:51:57.156Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:51:57.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180223337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-25T03:51:57.157Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:51:57.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:51:57.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180224344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-25T03:51:57.157Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:52:25.406Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 353e8f34-891f-4d7e-bdb0-7ebc05695a7e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-25T03:52:25.419Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 353e8f34-891f-4d7e-bdb0-7ebc05695a7e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-25T03:52:25.424Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-25T03:52:25.424Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-25T03:52:25.424Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-25T03:52:25.424Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-25T03:52:25.424Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T03:52:25.424Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T03:52:25.424Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T03:52:25.424Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T03:52:25.425Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T03:52:25.425Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-25T03:52:25.425Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-25T03:52:25.429Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-25T03:52:55.429Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 353e8f34-891f-4d7e-bdb0-7ebc05695a7e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-25T03:52:55.439Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 353e8f34-891f-4d7e-bdb0-7ebc05695a7e and serviceModelVersionId: 321d57f3-4026-426a-911b-da70f798cd5c
2022-03-25T03:52:55.439Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 92f427c2-94be-4a6e-8573-5fa0f3616b6e
2022-03-25T03:52:55.441Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/92f427c2-94be-4a6e-8573-5fa0f3616b6e/model-vers/model-ver/321d57f3-4026-426a-911b-da70f798cd5c?depth=0
2022-03-25T03:52:55.448Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-25T03:52:55.517Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92f427c2-94be-4a6e-8573-5fa0f3616b6e/model-vers/model-ver/321d57f3-4026-426a-911b-da70f798cd5c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-25T03:52:55.519Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92f427c2-94be-4a6e-8573-5fa0f3616b6e/model-vers/model-ver/321d57f3-4026-426a-911b-da70f798cd5c?depth=0|INFO|500||Invoke
2022-03-25T03:52:55.551Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92f427c2-94be-4a6e-8573-5fa0f3616b6e/model-vers/model-ver/321d57f3-4026-426a-911b-da70f798cd5c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-25T03:52:55.653Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92f427c2-94be-4a6e-8573-5fa0f3616b6e/model-vers/model-ver/321d57f3-4026-426a-911b-da70f798cd5c?depth=0|INFO|500||InvokeReturn
2022-03-25T03:52:55.655Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92f427c2-94be-4a6e-8573-5fa0f3616b6e/model-vers/model-ver/321d57f3-4026-426a-911b-da70f798cd5c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220325-03:52:56:194-48351], vertex-id=[131160], Content-Length=[0], Date=[Fri, 25 Mar 2022 03:52:56 GMT], Content-Type=[application/json]}
2022-03-25T03:52:55.656Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-03-25T03:52:55.656Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-25T03:52:55.656Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-25T03:52:55.667Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-25T03:52:55.668Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 353e8f34-891f-4d7e-bdb0-7ebc05695a7e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-25T03:52:55.668Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-25T03:52:55.669Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:52:55.672Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:52:55.673Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180375668,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-25T03:52:55.773Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:52:55.774Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:52:55.774Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:52:55.786Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:52:55.786Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:52:56.499Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:52:56.500Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:52:56.500Z||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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:52:56.629Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:52:56.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:52:56.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180375668,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-25T03:52:56.631Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-25T03:52:56.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:52:56.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623",
"consumerID": "ves-openapi-manager",
"timestamp": 1648180366793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:52:56.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:52:56.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:52:56.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623",
"consumerID": "cds",
"timestamp": 1648180369132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:52:56.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:52:56.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:52:56.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623",
"consumerID": "policy-id",
"timestamp": 1648180370898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:52:56.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-25T03:52:56.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-25T03:52:56.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648180369133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:52:56.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-25T03:52:56.689Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-25T03:52:56.690Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-25T03:52:56.690Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|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 09WCoQOCrJgVMc3M) ...
2022-03-25T03:53:01.086Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:53:01.088Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-25T03:53:01.088Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"9a27e019-9e53-4b8d-a894-715b82d23623","serviceName":"vFW 2022-03-25 03-51-06","serviceVersion":"1.0","serviceUUID":"41315675-e836-4796-bc2a-480bdb1dadb2","serviceDescription":"catalog service description","serviceInvariantUUID":"37a60240-042d-4fab-ac0e-fb7fec900bd9","resources":[{"resourceInstanceName":"vFW 8807b354-46e2 0","resourceName":"vFW 8807b354-46e2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4ab21681-4f9a-47d5-aa41-9fdd12015dd1","resourceInvariantUUID":"4a92e649-440e-4a75-9b7f-9b6aaa5789a4","resourceCustomizationUUID":"85e20c7f-2c36-4576-953a-a0706750cbbd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vf-license-model.xml","artifactChecksum":"NjE0MjQ3YWYzNjBhY2YxN2I1NTAzMzY1MTliZjMxZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bde468a8-8df8-4020-b5df-4db432b7cd35","artifactVersion":"1"},{"artifactName":"vfw8807b35446e20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json","artifactChecksum":"N2JmY2Q1YzVkYWJkOTAzZDE0NGY1ZmVhZjg4M2U0MWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4d44ef7c-a2cd-44a1-9cf5-99bf8332ad98","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"00654fea-8a3a-4ca0-bbef-5e40748404a5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vendor-license-model.xml","artifactChecksum":"YjJiMzgyYzA0MTZlNWRkYzZkNzU3YzdmNzYwOGFhZWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ecada833-f3bc-4bac-9a4c-1b15e804947e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b22c7553-459d-44f2-a1f2-16ce0f0252ca","artifactVersion":"2","generatedFromUUID":"00654fea-8a3a-4ca0-bbef-5e40748404a5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220325035106-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-template.yml","artifactChecksum":"NmU0ZmRkYjQwMzNlM2FjZDgxMjcwYjI3MmEyMDE1ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"850395df-24a1-41e5-bd69-3e0059fe9070","artifactVersion":"1"},{"artifactName":"service-Vfw20220325035106-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar","artifactChecksum":"MWM3MWQwMTE3YjM3MTRmODM3ZTAxNzNlMDRiYTFhZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2b190954-dbe3-4ca9-a55a-085232ecce47","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-25T03:53:01.092Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:53:01.092Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:53:01.095Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:53:01.095Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180376689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:53:01.195Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:53:01.196Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:53:01.197Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:53:01.220Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:53:01.220Z||pool-35-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:53:02.095Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:53:02.097Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:53:02.099Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:53:02.099Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180376689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json",
"status": "NOTIFIED"
}
2022-03-25T03:53:02.199Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:53:02.200Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:53:02.201Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:53:02.211Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:53:02.211Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:53:03.100Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:53:03.101Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:53:03.103Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:53:03.103Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180376689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-25T03:53:03.203Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:53:03.204Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:53:03.204Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:53:03.215Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:53:03.215Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:53:04.104Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:53:04.104Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:53:04.106Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:53:04.107Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180376689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:53:04.207Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:53:04.208Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:53:04.208Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:53:04.220Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:53:04.221Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-25T03:53:05.107Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:53:05.108Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:53:05.110Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:53:05.110Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180376689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-25T03:53:05.211Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:53:05.212Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:53:05.212Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:53:05.224Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:53:05.224Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:53:06.111Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:53:06.113Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:53:06.115Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:53:06.115Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180376689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-25T03:53:06.215Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:53:06.217Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:53:06.217Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:53:06.229Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:53:06.230Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:53:07.116Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-25T03:53:07.117Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:53:07.119Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:53:07.119Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180376689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar",
"status": "NOTIFIED"
}
2022-03-25T03:53:07.220Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:53:07.221Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:53:07.221Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:53:07.245Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:53:07.246Z||pool-41-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:53:08.121Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623",
"serviceName": "vFW 2022-03-25 03-51-06",
"serviceVersion": "1.0",
"serviceUUID": "41315675-e836-4796-bc2a-480bdb1dadb2",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "37a60240-042d-4fab-ac0e-fb7fec900bd9",
"resources": [
{
"resourceInstanceName": "vFW 8807b354-46e2 0",
"resourceCustomizationUUID": "85e20c7f-2c36-4576-953a-a0706750cbbd",
"resourceName": "vFW 8807b354-46e2",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4ab21681-4f9a-47d5-aa41-9fdd12015dd1",
"resourceInvariantUUID": "4a92e649-440e-4a75-9b7f-9b6aaa5789a4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw8807b35446e20_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json",
"artifactChecksum": "N2JmY2Q1YzVkYWJkOTAzZDE0NGY1ZmVhZjg4M2U0MWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4d44ef7c-a2cd-44a1-9cf5-99bf8332ad98",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "00654fea-8a3a-4ca0-bbef-5e40748404a5",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b22c7553-459d-44f2-a1f2-16ce0f0252ca",
"generatedFromUUID": "00654fea-8a3a-4ca0-bbef-5e40748404a5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b22c7553-459d-44f2-a1f2-16ce0f0252ca",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220325035106-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar",
"artifactChecksum": "MWM3MWQwMTE3YjM3MTRmODM3ZTAxNzNlMDRiYTFhZjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2b190954-dbe3-4ca9-a55a-085232ecce47"
}
],
"workloadContext": "Production"
}
2022-03-25T03:53:08.122Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-25T03:53:08.122Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 41315675-e836-4796-bc2a-480bdb1dadb2 ASDC
2022-03-25T03:53:08.123Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:9a27e019-9e53-4b8d-a894-715b82d23623
ServiceName:vFW 2022-03-25 03-51-06
ServiceVersion:1.0
ServiceUUID:41315675-e836-4796-bc2a-480bdb1dadb2
ServiceInvariantUUID:37a60240-042d-4fab-ac0e-fb7fec900bd9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220325035106-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar
ArtifactUUID:2b190954-dbe3-4ca9-a55a-085232ecce47
ArtifactChecksum:MWM3MWQwMTE3YjM3MTRmODM3ZTAxNzNlMDRiYTFhZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8807b354-46e2 0
ResourceCustomizationUUID:85e20c7f-2c36-4576-953a-a0706750cbbd
ResourceInvariantUUID:4a92e649-440e-4a75-9b7f-9b6aaa5789a4
ResourceName:vFW 8807b354-46e2
ResourceType:VF
ResourceUUID:4ab21681-4f9a-47d5-aa41-9fdd12015dd1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8807b35446e20_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json
ArtifactUUID:4d44ef7c-a2cd-44a1-9cf5-99bf8332ad98
ArtifactChecksum:N2JmY2Q1YzVkYWJkOTAzZDE0NGY1ZmVhZjg4M2U0MWU=
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/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml
ArtifactUUID:00654fea-8a3a-4ca0-bbef-5e40748404a5
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/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env
ArtifactUUID:b22c7553-459d-44f2-a1f2-16ce0f0252ca
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/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env
ArtifactUUID:b22c7553-459d-44f2-a1f2-16ce0f0252ca
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-25T03:53:08.123Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41315675-e836-4796-bc2a-480bdb1dadb2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-25T03:53:08.159Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-25T03:53:08.160Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-25T03:53:08.160Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-25T03:53:08.160Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2b190954-dbe3-4ca9-a55a-085232ecce47 from URL: /sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar
2022-03-25T03:53:08.160Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-25T03:53:08.160Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar
2022-03-25T03:53:08.595Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-25T03:53:08.600Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar 2b190954-dbe3-4ca9-a55a-085232ecce47 98941
2022-03-25T03:53:08.600Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar ASDC sendASDCNotification
2022-03-25T03:53:08.600Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar
2022-03-25T03:53:08.600Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T03:53:08.601Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:53:08.603Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:53:08.603Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180388600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:53:08.703Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:53:08.704Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:53:08.705Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:53:08.717Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:53:08.717Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:53:09.604Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-25T03:53:09.606Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-25T03:53:09.606Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 2b190954-dbe3-4ca9-a55a-085232ecce47, URL: /sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar to file: /app/ASDC/1/service-Vfw20220325035106-csar.csar
2022-03-25T03:53:09.606Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220325035106-csar.csar
2022-03-25T03:53:09.607Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220325035106-csar.csar
2022-03-25T03:53:09.607Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220325035106-csar.csar
2022-03-25T03:53:09.768Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9279501757104361424/Definitions/service-Vfw20220325035106-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_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-25T03:53:11.754Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-25T03:53:11.755Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-25T03:53:11.755Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220325035106-csar.csar
2022-03-25T03:53:11.755Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-25T03:53:11.756Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220325035106-csar.csar
2022-03-25T03:53:11.756Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220325035106-csar.csar
2022-03-25T03:53:11.756Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325035106-csar.csar
2022-03-25T03:53:11.756Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220325035106-csar.csar
2022-03-25T03:53:11.756Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220325035106-csar.csar
2022-03-25T03:53:11.756Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220325035106-csar.csar
2022-03-25T03:53:11.757Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325035106-csar.csar
2022-03-25T03:53:11.757Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325035106-csar.csar
2022-03-25T03:53:11.757Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220325035106-csar.csar
2022-03-25T03:53:11.757Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220325035106-csar.csar
2022-03-25T03:53:11.757Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8807b354-46e2 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220325035106-csar.csar
2022-03-25T03:53:11.757Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220325035106-csar.csar
2022-03-25T03:53:11.758Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325035106-csar.csar
2022-03-25T03:53:11.758Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-25T03:53:11.758Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:53:11.758Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:53:11.758Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is matching search criteria
2022-03-25T03:53:11.759Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-25T03:53:11.759Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8807b354-46e2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-25T03:53:11.759Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:53:11.760Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:53:11.760Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is matching search criteria
2022-03-25T03:53:11.760Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-25T03:53:11.760Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8807b354-46e2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-25T03:53:11.760Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:53:11.761Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:53:11.761Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:53:11.761Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is not matching search criteria
2022-03-25T03:53:11.761Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T03:53:11.762Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T03:53:11.762Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-25T03:53:11.762Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:53:11.762Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-25T03:53:11.762Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:53:11.763Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-25T03:53:11.763Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-25T03:53:11.763Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-25T03:53:11.763Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:53:11.763Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-25T03:53:11.763Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-25T03:53:11.764Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-25T03:53:11.764Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-25T03:53:11.764Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:53:11.764Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-25T03:53:11.764Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:53:11.765Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-25T03:53:11.765Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:53:11.765Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is matching search criteria
2022-03-25T03:53:11.765Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8807b354-46e2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:53:11.766Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:53:11.766Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is matching search criteria
2022-03-25T03:53:11.766Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8807b354-46e2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:53:11.766Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:53:11.767Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is matching search criteria
2022-03-25T03:53:11.767Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8807b354-46e2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:53:11.767Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:53:11.767Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is not matching search criteria
2022-03-25T03:53:11.767Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T03:53:11.767Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T03:53:11.768Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-25T03:53:11.768Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-25T03:53:11.768Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-25T03:53:11.768Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:53:11.768Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-25T03:53:11.769Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-25T03:53:11.769Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-25T03:53:11.769Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-25T03:53:11.769Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:53:11.769Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c570f5bd-b6ad-4885-9273-58d0d2120cde
2022-03-25T03:53:11.770Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:53:11.770Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is not matching search criteria
2022-03-25T03:53:11.770Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T03:53:11.770Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T03:53:11.771Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-25T03:53:11.771Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:53:11.771Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-25T03:53:11.771Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:53:11.771Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-25T03:53:11.772Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-25T03:53:11.772Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-25T03:53:11.772Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-25T03:53:11.772Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-25T03:53:11.772Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:53:11.773Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a6771a81-3a58-4d04-b507-90a5afe894a5
2022-03-25T03:53:11.773Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:53:11.773Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is not matching search criteria
2022-03-25T03:53:11.774Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T03:53:11.774Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T03:53:11.774Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-25T03:53:11.774Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:53:11.775Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-25T03:53:11.775Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:53:11.775Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-25T03:53:11.776Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-25T03:53:11.776Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-25T03:53:11.776Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:53:11.776Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-25T03:53:11.777Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-25T03:53:11.777Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a82297cc-df39-4264-89e7-7fad42038caa
2022-03-25T03:53:11.777Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:53:11.777Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:53:11.778Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:53:11.778Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:53:11.778Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:53:11.778Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:53:11.779Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:53:11.779Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:53:11.779Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-25 03-51-06
Description:catalog service description
Model UUID:41315675-e836-4796-bc2a-480bdb1dadb2
Model Version:NULL
Model InvariantUuid:37a60240-042d-4fab-ac0e-fb7fec900bd9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 8807b354-46e2
Model UUID:2806812d-0c2a-45dd-8777-9ccccc176aa6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4a92e649-440e-4a75-9b7f-9b6aaa5789a4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:85e20c7f-2c36-4576-953a-a0706750cbbd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:94d56165-2fe6-410e-9081-45e3c86bc3b5
ModelName:Vfw8807b35446e2..base_vfw..module-0
ModelUuid:97df415b-e92a-4cfc-83ff-31febb988ce5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c570f5bd-b6ad-4885-9273-58d0d2120cde
ModelInvariantUuid:af9b4529-65ab-417f-9399-edbae85b880b
ModelName:vFW 8807b354-46e2-nodes.vfwCvfc
ModelUuid:9ea3f296-4ee0-4c8c-b6f7-ed8cde78f880
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:46b131a5-e99a-438c-a40d-1e6ab6559549
ModelInvariantUuid:02ae146d-0989-4f97-8c0d-5131e6103e37
ModelName:Vfw8807b35446e2.compute.nodes.heat.vfw
ModelUuid:c420d695-0345-4ccb-810f-95ecab28f066
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a6771a81-3a58-4d04-b507-90a5afe894a5
ModelInvariantUuid:4559467c-489b-4cce-b8b4-2014b682293b
ModelName:vFW 8807b354-46e2-nodes.vsnCvfc
ModelUuid:0c6ac6ca-0cf1-429c-9c88-d47875fc55c0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:99deb929-1438-4b32-8622-3851a890bfdf
ModelInvariantUuid:1d97d471-f37d-4395-8062-c548fd361a4c
ModelName:Vfw8807b35446e2.compute.nodes.heat.vsn
ModelUuid:b41caa3d-87c1-4f3c-aa2d-3d042fded4c7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a82297cc-df39-4264-89e7-7fad42038caa
ModelInvariantUuid:434bc1c3-f671-4d45-9c48-39f65620a26d
ModelName:vFW 8807b354-46e2-nodes.vpgCvfc
ModelUuid:6d6eeb31-e0d7-4cc4-bb4e-90f04da13bf5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:bbe6b2ef-51b3-43cc-9acf-f95ded4ec4f0
ModelInvariantUuid:352b5cc0-c37d-4421-9efe-93449e5c5123
ModelName:Vfw8807b35446e2.compute.nodes.heat.vpg
ModelUuid:8670d473-bf30-4ce0-9692-5dcf38d7675f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-25T03:53:11.786Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 4ab21681-4f9a-47d5-aa41-9fdd12015dd1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-25T03:53:11.790Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||vFW 8807b354-46e2 0
2022-03-25T03:53:11.790Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4ab21681-4f9a-47d5-aa41-9fdd12015dd1
2022-03-25T03:53:11.790Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4d44ef7c-a2cd-44a1-9cf5-99bf8332ad98 from URL: /sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json
2022-03-25T03:53:11.791Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-25T03:53:11.791Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json
2022-03-25T03:53:12.092Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-25T03:53:12.093Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json 4d44ef7c-a2cd-44a1-9cf5-99bf8332ad98 785
2022-03-25T03:53:12.093Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json ASDC sendASDCNotification
2022-03-25T03:53:12.094Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json
2022-03-25T03:53:12.094Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T03:53:12.094Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:53:12.097Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:53:12.097Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180392093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:53:12.197Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:53:12.198Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:53:12.198Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:53:12.211Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:53:12.212Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:53:13.098Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8807b35446e2..base_vfw..module-0",
"vfModuleModelInvariantUUID": "94d56165-2fe6-410e-9081-45e3c86bc3b5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "97df415b-e92a-4cfc-83ff-31febb988ce5",
"vfModuleModelCustomizationUUID": "0fe21d8f-0395-4b81-b8da-b1ca11bec53c",
"isBase": true,
"artifacts": [
"00654fea-8a3a-4ca0-bbef-5e40748404a5",
"b22c7553-459d-44f2-a1f2-16ce0f0252ca"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-25T03:53:13.102Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8807b35446e2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:97df415b-e92a-4cfc-83ff-31febb988ce5
VfModuleModelInvariantUUID:94d56165-2fe6-410e-9081-45e3c86bc3b5
VfModuleModelDescription:NULL
Artifacts UUID List:{
00654fea-8a3a-4ca0-bbef-5e40748404a5
,
b22c7553-459d-44f2-a1f2-16ce0f0252ca
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-25T03:53:13.104Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8807b35446e2..base_vfw..module-0",
"vfModuleModelInvariantUUID": "94d56165-2fe6-410e-9081-45e3c86bc3b5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "97df415b-e92a-4cfc-83ff-31febb988ce5",
"vfModuleModelCustomizationUUID": "0fe21d8f-0395-4b81-b8da-b1ca11bec53c",
"isBase": true,
"artifacts": [
"00654fea-8a3a-4ca0-bbef-5e40748404a5",
"b22c7553-459d-44f2-a1f2-16ce0f0252ca"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-25T03:53:13.104Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8807b35446e2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:97df415b-e92a-4cfc-83ff-31febb988ce5
VfModuleModelInvariantUUID:94d56165-2fe6-410e-9081-45e3c86bc3b5
VfModuleModelDescription:NULL
Artifacts UUID List:{
00654fea-8a3a-4ca0-bbef-5e40748404a5
,
b22c7553-459d-44f2-a1f2-16ce0f0252ca
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-25T03:53:13.105Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 00654fea-8a3a-4ca0-bbef-5e40748404a5 from URL: /sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml
2022-03-25T03:53:13.105Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-25T03:53:13.105Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml
2022-03-25T03:53:13.299Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-25T03:53:13.300Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml 00654fea-8a3a-4ca0-bbef-5e40748404a5 20368
2022-03-25T03:53:13.301Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-25T03:53:13.301Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml
2022-03-25T03:53:13.301Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T03:53:13.301Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:53:13.304Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:53:13.304Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180393301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:53:13.404Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:53:13.405Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:53:13.405Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:53:13.422Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:53:13.423Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:53:14.305Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b22c7553-459d-44f2-a1f2-16ce0f0252ca from URL: /sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env
2022-03-25T03:53:14.306Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-25T03:53:14.306Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env
2022-03-25T03:53:14.783Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-25T03:53:14.783Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env b22c7553-459d-44f2-a1f2-16ce0f0252ca 2098
2022-03-25T03:53:14.784Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-25T03:53:14.784Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env
2022-03-25T03:53:14.784Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-25T03:53:14.784Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-25T03:53:14.786Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-25T03:53:14.787Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648180394784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-25T03:53:14.887Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-25T03:53:14.888Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-25T03:53:14.889Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ...
2022-03-25T03:53:14.905Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-25T03:53:14.905Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-25T03:53:15.787Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 41315675-e836-4796-bc2a-480bdb1dadb2
2022-03-25T03:53:15.789Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8807b354-46e2 0 4ab21681-4f9a-47d5-aa41-9fdd12015dd1 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-25T03:53:15.805Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ccc01f6, org.onap.sdc.toscaparser.api.parameters.Input@44059af9, org.onap.sdc.toscaparser.api.parameters.Input@4c5cd8de, org.onap.sdc.toscaparser.api.parameters.Input@35b0a8de, org.onap.sdc.toscaparser.api.parameters.Input@793fdc2f]
2022-03-25T03:53:15.807Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:53:15.807Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:53:15.808Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-03-25T03:53:15.808Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 85e20c7f-2c36-4576-953a-a0706750cbbd
2022-03-25T03:53:15.808Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 85e20c7f-2c36-4576-953a-a0706750cbbd matches Tosca VF Customization UUID: 85e20c7f-2c36-4576-953a-a0706750cbbd
2022-03-25T03:53:15.808Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 85e20c7f-2c36-4576-953a-a0706750cbbd matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-25T03:53:15.810Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:53:15.811Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-25T03:53:15.812Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 85e20c7f-2c36-4576-953a-a0706750cbbd: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-25T03:53:15.813Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@b734a85
2022-03-25T03:53:15.813Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:53:15.813Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-25T03:53:15.813Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0fe21d8f-0395-4b81-b8da-b1ca11bec53c
2022-03-25T03:53:15.814Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0fe21d8f-0395-4b81-b8da-b1ca11bec53c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-25T03:53:15.816Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:53:15.816Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is matching search criteria
2022-03-25T03:53:15.816Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8807b354-46e2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:53:15.816Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:53:15.817Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is matching search criteria
2022-03-25T03:53:15.817Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8807b354-46e2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:53:15.817Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:53:15.817Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is not matching search criteria
2022-03-25T03:53:15.818Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-25T03:53:15.818Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-25T03:53:15.818Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-25T03:53:15.818Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-25T03:53:15.819Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-25T03:53:15.819Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-25T03:53:15.819Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-25T03:53:15.820Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-25T03:53:15.820Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-25T03:53:15.820Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-25T03:53:15.820Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-25T03:53:15.821Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c570f5bd-b6ad-4885-9273-58d0d2120cde
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-25T03:53:15.823Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-25T03:53:15.823Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is matching search criteria
2022-03-25T03:53:15.823Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8807b354-46e2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-25T03:53:15.824Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery